Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mixed content with different charsets should be all converted to UTF-8 #92

Open
jkbzh opened this issue Jan 11, 2023 · 0 comments
Open

Comments

@jkbzh
Copy link
Contributor

jkbzh commented Jan 11, 2023

There are different scenarios when this may happen:

A message that has a multipart/mixed or message/rfc822 content with a given charset that differs from the charset of the enveloping message itself.

A header that has text encoded (RFC1342) in a non ASCII charset (RFC1342) that is different from that of the message.

The solution here is to convert everything to UTF-8, when hypermail is able to handle it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant