-
Notifications
You must be signed in to change notification settings - Fork 33
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
undefined is not a function #30
Comments
Same happening here. I thought it was just me. |
Aha! please post solution here if you solve it. |
It's about node imap library. That overcame that specific error but still doesn't work..with no error messages in console. |
Yeah node-imap changed. I rewrote this lib. Check https://github.com/chirag04/mail-listener2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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)
at Object. (/Applications/MAMP/htdocs/mail/app.js:3:20)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
The text was updated successfully, but these errors were encountered: