mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
parent
0342a4b7ae
commit
490a3d8d37
@ -12,8 +12,9 @@ getting an application password if you have two-factor authentication enabled.
|
|||||||
For Exchange and Outlook 365 you must use OAuth2.0.
|
For Exchange and Outlook 365 you must use OAuth2.0.
|
||||||
|
|
||||||
**Notes **:
|
**Notes **:
|
||||||
Version 2.x of this node required **Node.js v12** or newer.
|
Version 2.x of this node requires **Node.js v14** or newer.
|
||||||
Version 1.x of this node requires **Node.js v8** or newer.
|
Version 1.91 of this node required **Node.js v14** or newer.
|
||||||
|
Previous versions of this node required **Node.js v8** or newer.
|
||||||
|
|
||||||
Install
|
Install
|
||||||
-------
|
-------
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "node-red-node-email",
|
"name": "node-red-node-email",
|
||||||
"version": "2.0.0",
|
"version": "2.0.1",
|
||||||
"description": "Node-RED nodes to send and receive simple emails.",
|
"description": "Node-RED nodes to send and receive simple emails.",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"imap": "^0.8.19",
|
"imap": "^0.8.19",
|
||||||
"node-pop3": "^0.8.0",
|
"node-pop3": "^0.8.0",
|
||||||
"mailparser": "^3.6.4",
|
"mailparser": "^3.6.4",
|
||||||
"nodemailer": "^6.9.1",
|
"nodemailer": "^6.9.3",
|
||||||
"smtp-server": "^3.11.0"
|
"smtp-server": "^3.12.0"
|
||||||
},
|
},
|
||||||
"bundledDependencies": [
|
"bundledDependencies": [
|
||||||
"imap",
|
"imap",
|
||||||
@ -40,10 +40,10 @@
|
|||||||
},
|
},
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Dave Conway-Jones",
|
"name": "Dave Conway-Jones",
|
||||||
"email": "ceejay@vnet.ibm.com",
|
"email": "dceejay@gmail.com",
|
||||||
"url": "http://nodered.org"
|
"url": "http://nodered.org"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.0.0"
|
"node": ">=14.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user