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-14 21:22:24 -05:00
parent 57e4950319
commit cc35c8c371

@ -42,6 +42,8 @@ __Answer__: NK 2016-03-07 - After testing, the answer is yes. Whether the email
__Question__: For POP3 clients, is it acceptable to delete/destroy a message once received and processed?
__Answer__: NK 2016-03-14 - Yes. This is the normal model of POP3 interactions. An email agent gets the email from the email server and it is deleted.
__Question__: For attachments, how should the attachment be stored in the attachments array?
__Answer__: NK 2016-03-06 - I vote for the direct output of a record from the `mailparser` package. It seems rich and un-opinionated. In addition, we should always assume a more specific package has more appreciation for their domain that we do. As such, if they added a property they had a reason to do so (we should assume) and it should not be for us to question why or, unless we have a good reason to think otherwise, exclude it from our exposure of data.