use async-imap response handling branch

This commit is contained in:
holger krekel
2019-11-25 23:45:03 +01:00
parent e0601bab3d
commit 81f85488de
2 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ reqwest = { version = "0.9.15", default-features = false, features = ["rustls-tl
num-derive = "0.2.5"
num-traits = "0.2.6"
lettre = { git = "https://github.com/deltachat/lettre", branch = "feat/rustls" }
async-imap = { git = "https://github.com/async-email/async-imap", branch="master" }
async-imap = { git = "https://github.com/async-email/async-imap", branch="improved-response-handling" }
async-tls = "0.6"
async-std = { version = "1.0", features = ["unstable"] }
base64 = "0.10"