Skip to content

Conversation

@tarmo-randma
Copy link
Contributor

This PR aims to resolve #147.

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.

This PR extends the same functionality also to the Reply-To header. It also adds corresponding tests and updates the project github workflow to work with Go 1.16 even without a go.mod file

@tarmo-randma tarmo-randma deleted the feature/proper-header-address-encoding branch January 16, 2025 08:27
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 this pull request may close these issues.

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

2 participants