-
-
Notifications
You must be signed in to change notification settings - Fork 273
unknown content transfer encoder: 8bit #485
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
Comments
Do you have an example message I can work with? |
Hello, here is the email that caused the problem. |
8.3.2 |
I'm not able to reproduce the problem with 8.3.2 and your example message, unfortunately. Do you have a stack trace? |
java.lang.IllegalArgumentException: unknown content transfer encoder: 8bit |
I have no idea how that would even be possible. At any rate, I can't reproduce it with 8.3.2, and I've expanded the junit tests to test this particular case, which also builds fine in the pipeline. I'm not sure what else I can do here. No clue what's going on in your case. Maybe something related to reflection code on your end? Or a server fooling around with class loaders? Surprising indeed. I don't see any other way than to close this as user error, even if the cause is unknown. I'll happily reopen if you come up with more data (perhaps you're able to debug into the class and see what is happening). |
Hello, if an email has content transfer encoding: 8bit, an exception is thrown at EmailConverter.mimeMessageToEmail(mimeMessage): unknown content transfer encoder: 8bit. Can this please be changed so that encoder is ignored in this case?
https://learn.microsoft.com/en-us/previous-versions/office/developer/exchange-server-2010/aa563055(v=exchg.140)
Thank you!
The text was updated successfully, but these errors were encountered: