Hello
I noticed the following problem: if I load a MailMessage with the Load method from a .eml file the BodyHtml has the correct encoding.
If I load the same mail from IMAP server with Imap.GetMessageInfo, the BodyHtml has same strange characters inside, as if it's screwing the encoding.
I can attach an example file if needed.