use encoded-words crate, which friedel ported from python

This commit is contained in:
holger krekel
2019-12-05 18:28:58 +01:00
parent 225fdf560a
commit 944a397ea8
5 changed files with 49 additions and 19 deletions

View File

@@ -54,7 +54,7 @@ rustls = "0.16.0"
webpki-roots = "0.18.0"
webpki = "0.21.0"
mailparse = "0.10.1"
quoted_printable = "0.4.1"
encoded-words = { git = "https://github.com/async-email/encoded-words", branch="master" }
[dev-dependencies]
tempfile = "3.0"