-
-
Notifications
You must be signed in to change notification settings - Fork 828
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
Syntax error in BODYSTRUCTURE. Unexpected token: NIL #953
Comments
The problem is this part of the response:
What we've got above is what should be a
That first paren-list is the Next up is the But then we get |
I've added a work-around that will work for this specific case, but it will fail if there is a nested paren list (would that even happen? I don't know). |
Hi J,
It seems that IceWarp interpretate Content-Disposition header as Language Header? I don't understand if you consider this as a case to handle, or as a IMAP server bug, not resolvable? |
Sorry J, I read your response too much later.. |
Right, it looks like the server is getting the Content-Language and Content-Disposition tokens backwards or something. What server is this? Is it Exchange? |
I don't know, I have catch this error in production. I think that could be IceWarp, because in CAPABILITIES there are some special capability as X-ICEWARP-SERVER X-ICEWARP-PRIVATEBUSY X-ICEWARP-PROVISIONS X-ICEWARP-CHANGEPASSWORD X-ICEWARP-DIAL. Thanks. |
Ah, right, I missed that and for some reason thought of Exchange. Thanks. |
Describe the bug
I detected an invalid response in PreviewText Fetch response
To Reproduce
Execute a Fetch command including PreviewText flag of MessageSummary. This cause a parse
From the logs:
I get the following exception:
Expected behavior
Getting no exception error
Desktop (please complete the following information):
Additional context
Thanks!
The text was updated successfully, but these errors were encountered: