0 votes
by (170 points)
edited

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.

Applies to: Rebex Secure Mail
by (144k points)
Would it be possible to create a communication log using Imap object's LogWriter property (as described at http://www.rebex.net/kb/logging.aspx) and mail it to us (support@rebex.net) for analysis? Example files of both ImapMessageInfo.BodyHtml and MailMessage.BodyHtml might also help!

1 Answer

0 votes
by (144k points)
edited

This turned out to be caused by a bug in Rebex IMAP class. It has been fixed in Rebex Mail 1.0.4060.0.

...