There is method to subscribe to an inbox [0], but it's unclear to me what this will accomplish. I have a use case for monitoring an inbox and parsing mail based on various headers/content (eg: bounced, auto reply, abuse report). Does subscribe subscribe to new email events? Currently using node-imap [1] for these events.
There is method to subscribe to an inbox [0], but it's unclear to me what this will accomplish. I have a use case for monitoring an inbox and parsing mail based on various headers/content (eg: bounced, auto reply, abuse report). Does subscribe subscribe to new email events? Currently using node-imap [1] for these events.
[0] https://imapflow.com/module-imapflow-ImapFlow.html#mailboxSu...
[1] https://github.com/mscdex/node-imap
PS: Thanks for your work on nodemailer, using it in production for years now.