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.

asked 11 Jan '11, 13:18

Gabriele%20Bianchini's gravatar image

Gabriele Bia...
16
accept rate: 0%

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!

(11 Jan '11, 14:49) Lukas Pokorny ♦♦

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

link

answered 25 Mar '11, 09:10

Lukas%20Pokorny's gravatar image

Lukas Pokorny ♦♦
2.4k28
accept rate: 31%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×76

Asked: 11 Jan '11, 13:18

Seen: 383 times

Last updated: 25 Mar '11, 09:10