nodejs-mail-notifier
nodejs-mail-notifier copied to clipboard
nodejs library to listen incoming mail
How would i have to go about downloading attachments in new emails if they exist when i get notified of a new email
I am trying to implement, email notifier for outlook IMAP. As soon as the IMAP server receives an email, my nodejs code need to process that. This is how I...
A small change for my convenience but maybe you're happy with that.
Just added simple method to get state of IMAP connection. I'm using it for checking state of my running app, I guess it might help others too. PS: thanks a...
It seems strange how this project is handling the releases, the current version is `0.5.0` where some commits that currently resides in the master branch are not there, like emitting...
ECONNRESET
`{ Error: read ECONNRESET at _errnoException (util.js:1019:11) at TCP.onread (net.js:608:25) code: 'ECONNRESET', errno: 'ECONNRESET', syscall: 'read', source: 'socket' }` I see those constantly. What's causing it?
Main goal of this refactoring was understanding error described in this package: > https://github.com/jcreigno/nodejs-mail-notifier/issues/47 and `imap` package > https://github.com/mscdex/node-imap/issues/710 Main change is having all events in constant that are described...
I've been using mail-notifier for testing email delivery in some e2e tests using protractor. In general the library is working as expected; however, I am noticing when I try to...
Hello guys, How could I close the connection after all the emails has been read ?
Hi Team, Can we use gmail auth token in mail-notifier module