S22.Imap icon indicating copy to clipboard operation
S22.Imap copied to clipboard

Body encoding lost, text lost in case on 8-bit content-transfer-encoding with non-ASCII content

Open justdmitry opened this issue 10 years ago • 1 comments

The same problem as in issue #47 - I have mail with 8-bit body content.

Force specific encoding while reading stream AND while parsing body helped. I set ImapClient.StreamEncoding = Encoding.GetEncoding("windows-1251") and my message reads ok.

justdmitry avatar Nov 21 '14 16:11 justdmitry

There is a fork of S22.Imap which fixes the issue: Install-Package S22.ImapWithUTF8

phaq01 avatar May 13 '16 10:05 phaq01