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

Incorrect encoding for utf-8 characters in reply-to addresses #147

Open
tarmo-randma opened this issue Aug 16, 2021 · 1 comment · May be fixed by #148
Open

Incorrect encoding for utf-8 characters in reply-to addresses #147

tarmo-randma opened this issue Aug 16, 2021 · 1 comment · May be fixed by #148

Comments

@tarmo-randma
Copy link
Contributor

Most e-mail headers got proper character encoding handling with PR #132. Unfortunately that change missed that the reply-to header was not treated as an address but as a regular header. As a result it did not get the same kind of handling as the from, to, cc and bcc headers.

As a result reply-to addresses get currently incorrectly encoded if they contain utf-8 characters.

@tarmo-randma
Copy link
Contributor Author

I have submitted PR #148 to fix this issue

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

Successfully merging a pull request may close this issue.

1 participant