Closed SviatoslavRazmyslov closed 3 months ago
It's neither of those. Any chance you can send me the message privately? I need to see the full content of the message/disposition-notification MIME part.
The content is malformed somehow.
Moving this to MimeKit since, if it is a bug, then it's a bug in my MimeKit library and not MailKit.
Hi @jstedfast,
I've attached the original .eml file of the Korean mail.
Okay, so, looking at this email, the reason that it failed wasn't because it was in Korean but was because the Content-Transfer-Encoding
is set to base64
, therefore, when it goes to parse the content (another set of "headers"), it fails because the parser is dealing with the result of whatever the base64 decoder gives back (which will be garbage because it's not really base64 encoded).
I'm not sure what can really be done by MimeKit, here. This is really a bug in the sending client.
@jstedfast , thank you for the feedback!
Describe the bug
I received an email from Korean student and saw a MailKit exception in my service.
Platform:
Exception
To Reproduce Steps to reproduce the behavior:
I guess the reason is this:
or that:
Expected behavior
A mail is loaded without exceptions.