-
Notifications
You must be signed in to change notification settings - Fork 383
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
Parse error when an attachment has unicode file name #86
Comments
Yep, a real parser is needed, which I am still working on. |
I'm really looking forward to it. :) |
This should be fixed now... |
Yeah, it is. |
Jivings
added a commit
to squarecat/node-imap
that referenced
this issue
Nov 6, 2019
…g-credits fix(socket): skip buffer for sending credits
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If a message has an attachment with unicode file name, the module will throw an error when fetching message structure. This is because the file name will have its length specified inside curly brackets like this
which the REGEXP_FETCH pattern will match incorrectly.
Below is the debug log:
The text was updated successfully, but these errors were encountered: