-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(host): CRLF in temporary EML files
According to [1], CRLF should be used in EML files regardless of platform. Thunderbird also commits to this standard for better interoperability [2]. And Vim/Neovim actually set fileformat=dos by default for EML files even under Linux/macOS, hence sending CRLF to Thunderbird directly shouldn't be an issue either. [1] https://datatracker.ietf.org/doc/html/rfc2822 [2] https://bugzilla.mozilla.org/show_bug.cgi?id=503271
- Loading branch information
1 parent
93297f3
commit 31da04d
Showing
3 changed files
with
48 additions
and
9 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
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