chirag04 / mail-listener2

Mail listener library for node.js. Get notification when new email arrived.
MIT License
245 stars 116 forks source link

Library/example code connects but doesn't detect mails #42

Open airadam opened 9 years ago

airadam commented 9 years ago

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

ZuzooVn commented 8 years ago

@airadam : Did you find the solution?

gauravsaini03-zz commented 8 years ago

@chirag04 Any updates on it ?

chirag04 commented 8 years ago

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

@gauravsaini03 Can you PR with a fix for this?

gauravsaini03-zz commented 8 years ago

@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.