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.<p>[0] <a href="https://imapflow.com/module-imapflow-ImapFlow.html#mailboxSubscribe" rel="nofollow noreferrer">https://imapflow.com/module-imapflow-ImapFlow.html#mailboxSu...</a><p>[1] <a href="https://github.com/mscdex/node-imap">https://github.com/mscdex/node-imap</a><p>PS: Thanks for your work on nodemailer, using it in production for years now.