update tags and rust-email dep

This commit is contained in:
holger krekel
2019-12-10 14:17:16 +01:00
parent b681cbd47f
commit 4e551cde66
2 changed files with 21 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ reqwest = { version = "0.9.15", default-features = false, features = ["rustls-tl
num-derive = "0.2.5"
num-traits = "0.2.6"
async-smtp = { git = "https://github.com/async-email/async-smtp" }
email = { git = "https://github.com/deltachat/rust-email" }
email = { git = "https://github.com/deltachat/rust-email", branch = "rfc2047" }
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"