emailjs / emailjs-imap-client

Low-level JS IMAP client for all your IMAP needs.
MIT License
553 stars 122 forks source link

How to Listen for new emails #217

Closed ermamud closed 4 years ago

ermamud commented 4 years ago

Does this library include a way to listen for new emails in the inbox and fetch the content of those new emails while running as a NodeJs process? I am looking to call a RestFul API after receiving new emails based on the content of those emails. Can I achieve this feature using this library?

Regards, Ernesto