1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

Updated Email (markdown)

Neil Kolban 2016-03-06 13:53:01 -06:00
parent bb67dc7518
commit 69c16183e3

@ -1 +1,11 @@
The Email node provides both input and output of emails.
The Email node provides both input and output of emails. The node is available on NPM at:
* [node-red-node-email](http://flows.nodered.org/node/node-red-node-email)
As of 2016-03-06, the node has dependencies on:
* [nodemailer](https://www.npmjs.com/package/nodemailer)
* [imap](https://www.npmjs.com/package/imap)
## Reading emails
The current implementation uses the [IMAP](https://en.wikipedia.org/wiki/Internet_Message_Access_Protocol) protocol to interact with a back-end IMAP provider. The very last email seen is received and the message added to an emitted event.