Show HN: ImapFlow, modern IMAP client for Node.js

by andris9on 10/28/23, 5:29 PMwith 3 comments
by flagged24on 10/29/23, 8:38 AM

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.