forked from lettre/lettre
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…ttre#607) * Replace hyperx Header and Headers with our own implementation * Remove utf8_b * Add RFC 1522 encoder * Fix most tests * Throw away old tests * Header encoding tests * Fix slicing in the middle of a char * Content-Disposition after rebase * Fix the rest of the tests * Fix useless clone clippy warnings * Remove Headers::get_raw_mut * HeaderName::new_from_ascii fallible API * Tidy up HeaderName::new_from_ascii_str * HeaderName::new_from_ascii(_str) tests
- Loading branch information
1 parent
69334fe
commit 31de9e5
Showing
16 changed files
with
1,043 additions
and
491 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
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
Oops, something went wrong.