switch to quoted-printable, which is already used by mailparse

This commit is contained in:
dignifiedquire
2019-12-05 13:23:31 +01:00
parent 9b2c04ad34
commit 454aa90ed6
3 changed files with 7 additions and 14 deletions

View File

@@ -19,7 +19,6 @@ num-derive = "0.2.5"
num-traits = "0.2.6"
lettre = { git = "https://github.com/deltachat/lettre", branch = "feat/mail" }
lettre_email = { git = "https://github.com/deltachat/lettre", branch = "feat/mail" }
rfc2047 = "0.1.1"
async-imap = { git = "https://github.com/async-email/async-imap", branch="master" }
async-tls = "0.6"
async-std = { version = "1.0", features = ["unstable"] }
@@ -55,6 +54,7 @@ rustls = "0.16.0"
webpki-roots = "0.18.0"
webpki = "0.21.0"
mailparse = "0.10.1"
quoted_printable = "0.4.1"
[dev-dependencies]
tempfile = "3.0"