node-red-nodes
node-red-nodes copied to clipboard
Deleting emails
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