switch to forked rust-email

This commit is contained in:
dignifiedquire
2019-11-30 17:33:31 +01:00
parent 4eea6b297a
commit f1b978c9c7
2 changed files with 20 additions and 30 deletions

View File

@@ -17,12 +17,12 @@ smallvec = "0.6.9"
reqwest = { version = "0.9.15", default-features = false, features = ["rustls-tls"] }
num-derive = "0.2.5"
num-traits = "0.2.6"
lettre = { git = "https://github.com/deltachat/lettre", branch = "feat/rustls" }
lettre_email = { git = "https://github.com/deltachat/lettre", branch = "feat/rustls" }
lettre = { git = "https://github.com/deltachat/lettre", branch = "feat/mail" }
lettre_email = { git = "https://github.com/deltachat/lettre", branch = "feat/mail" }
async-imap = { git = "https://github.com/async-email/async-imap", branch="master" }
async-tls = "0.6"
async-std = { version = "1.0", features = ["unstable"] }
base64 = "0.10"
base64 = "0.11"
charset = "0.1"
percent-encoding = "2.0"
serde = { version = "1.0", features = ["derive"] }