mail-listener icon indicating copy to clipboard operation
mail-listener copied to clipboard

Mail listener library for node.js. Get notification when new email arrived.

Results 13 mail-listener issues
Sort by recently updated
recently updated
newest added

Working file with `[email protected]` ``` npm ls mailparser `-- [email protected] (git://github.com/circuithub/mail-listener.git#a299e41305b3b7b685f3216da2a0666c6067f9b2) `-- [email protected] ``` another server: not working `[email protected]` ``` npm ls mailparser └─┬ [email protected] (git://github.com/circuithub/maillistener.git#a299e41305b3b7b685f3216da2a0666c6067f9b2) └── [email protected] ```

TypeError: ImapConnection is not a function at new MailListener (/Users/*****/dev/mailbot/node_modules/mail-listener/dist/mail.listener.js:24:19)

https://github.com/chirag04/mail-listener2 Made this coz 1) the original author is not maintaining this library. 2) node-imap has changed significantly. Feedback appreciated!

Recommend to use https://github.com/chirag04/mail-listener2 until this is updated.

I want to be able to stream attachments. Currently there is no way to specify parser options.

Hi, i try to download the attachment but in the callback don't have a Path. Thanks

I did npm install mail-listener but it didn't have all the changes and broke because the imap API changed. Can you upgrade the npm package? Thanks!

blank app and used the code example. always getting undefined is not a function /Applications/MAMP/htdocs/mail/node_modules/mail-listener/dist/mail.listener.js:24 this.imap = new ImapConnection({ ^ TypeError: undefined is not a function at new MailListener (/Applications/MAMP/htdocs/mail/node_modules/mail-listener/dist/mail.listener.js:24:19)...

I cannot retrive basic attachments from an email. The only ones that can be managed are those who are embeded into the HTML body. All others attachments are not processed...