-
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
TypeError: mime.extension is not a function #75
Comments
I could easily fix this with mime.getExtension(contentType) |
@andreihaiducu Yeah that works too. I think they have added this change in mailparser 0.6.2. |
can you tell me which version of mail-listener i can get ? I'm trying to implement a mail listener but can't find a good version. |
@andreihaiducu try mail-listener4. I have added this change in that. |
@Pranav-Dakshina how to download attachment file in attachment.path is undefined |
I get this error when I run Mail-listener2, I guess this is because mailparser in the dependencies is ~0.4.6, The latest mailparser solves this issue.
The text was updated successfully, but these errors were encountered: