node-red/node-red-nodes

Deleting emails

tpbillund opened this issue · 1 comments

How do you delete the emails you want, and not just mark em with a label as "Deleted".
How to use the "Purge message" (imap_expurge) so I delete the messages?

We call expunge on all those marked delete. It's up to the server to do the deletion.

https://github.com/node-red/node-red-nodes/blob/master/social/email/61-email.js#L472