Skip to content
This repository was archived by the owner on Dec 31, 2024. It is now read-only.

Comments

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

Open
justdmitry wants to merge 3 commits intosmiley22:masterfrom
justdmitry:master
Open

Body encoding lost, text lost in case on 8-bit content-transfer-encoding with non-ASCII content#96
justdmitry wants to merge 3 commits intosmiley22:masterfrom
justdmitry:master

Conversation

@justdmitry
Copy link

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.

@phaq01
Copy link

phaq01 commented May 13, 2016

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants