-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update raw headers after changing messages to during parsing
Previously, headers were not updated but the mail gem parsing may decide to change the transfer encoding. If it does this, the body is updated to the new format but the header is not, this results in a mismatch when the message it sent onwards and the client being unable render the message. The specific situation identified was changing an HTML-only e-mail from quoted-printable to 7bit. closes #2816
- Loading branch information
Showing
2 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters