-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Output is not generated. #68
Comments
Add an error handler to log any errors during setup
If "imapConnected" is logged on a successful connection my next issue was the searchFilter property. I had to remove the "FLAGGED" filter to see requests |
Same here. Removing "FLAGGED" value from |
I also had to remove "FLAGGED" from the filter to be able to see emails from an iRedMail server. |
After running the above code getting Error mime.extension is not a function |
I get the same as this.. If "FLAGGED" is set, then I see debug log that messages are arrived but the on("mail".. handler does not fire. If I remove FLAGGED, then the parsing is failing with mime.extension is not a function. |
Hi,
I used the below snippet. Although it does not return any error but it does not produce any output. I think the code from line mailListener.on does not execute (Please help.!!!
var MailListener = require("mail-listener2");
The text was updated successfully, but these errors were encountered: