chirag04/mail-listener2

Library/example code connects but doesn't detect mails

Opened this issue · 4 comments

I've given the sample code a try (with changes for real settings), and have found that while IMAP does connect (and stay connected), incoming emails aren't detected at all. This seems to be a problem others have had too;

http://stackoverflow.com/questions/24857743/unable-to-listen-to-mail-server-using-mail-listener2-nodejs
http://stackoverflow.com/questions/25344911/mail-listener2-doesnt-work

@airadam : Did you find the solution?

@chirag04 Any updates on it ?

I'm not actively working on this project and looking for a maintainer. Anyone up?

@gauravsaini03 Can you PR with a fix for this?

@chirag04 I found another nice solution which worked really well.
https://github.com/jcreigno/nodejs-mail-notifier

@ZuzooVn @airadam you can have a look at it.