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-08 19:35:51 -06:00
parent fa733b7e16
commit 9284ffb47d

@ -1,3 +1,9 @@
**An active fork of this node is in flight at:**
[https://github.com/nkolban/node-red-nodes](https://github.com/nkolban/node-red-nodes)
----
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)
@ -184,4 +190,8 @@ Yes. Testing has shown that using the IMAP library, if we request both HEADER a
### Critical decisions
* Rename `header` to `headers` - The `msg.header` property contains the email headers. It is suggested that this be renamed to `msg.headers`.
* Rename `header` to `headers` - The `msg.header` property contains the email headers. It is suggested that this be renamed to `msg.headers`.
### Major work items before pull-request
* Handle multiple messages available in POP3.