Skip to content
Neil Kolban edited this page Mar 6, 2016 · 18 revisions

The Email node provides both input and output of emails. The node is available on NPM at:

As of 2016-03-06, the node has dependencies on:

Reading emails

The current implementation uses the IMAP protocol to interact with a back-end IMAP provider. The very last email seen is received and the message added to an emitted event.

Clone this wiki locally