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

Updated Node Ideas (markdown)

Neil Kolban 2016-03-06 13:46:38 -06:00
parent eeb6f1b1c6
commit 6a0b354b8e

@ -17,4 +17,5 @@ A list of ideas for new node-red nodes.
* [ ] Filter Node<br>
Although msg's can be filtered using a switch node, this is not intuitive naming. A more generic and logical form would be "filter". Perhaps we could have something similar to the under-query node but instead of filtering elements of the payload, we would be filtering incoming messages. (JK, 2015-04-17)
* [ ] Advanced Email Handling<br>
This one might be quite complex. A suite of nodes for building automated processes (workflows) based on email input. A node to read an IMAP folder (with filters) and return message id's for processing. A node for processing each message id, able to return all or some of the message including headers, text/html body, attachments & the ability to set flags on read (e.g. read/delete markers or other flags indicating processing is in progress). A 3rd node to update flags on a message (e.g. delete marker or other flags indicating processing is complete). (JK, 2015-04-17)
This one might be quite complex. A suite of nodes for building automated processes (workflows) based on email input. A node to read an IMAP folder (with filters) and return message id's for processing. A node for processing each message id, able to return all or some of the message including headers, text/html body, attachments & the ability to set flags on read (e.g. read/delete markers or other flags indicating processing is in progress). A 3rd node to update flags on a message (e.g. delete marker or other flags indicating processing is complete). (JK, 2015-04-17)
* [ ] Templated node data - Generate sample data using templates. This is likely going to be built on top of the NPM package called "[dummy-json](https://github.com/webroo/dummy-json)". (NK, 2016-03-06)