Use forked version of async-imap and imap-proto

This attempts to fix fetching when the inbox contains mail with non-utf8 subjects.
This commit is contained in:
Alexander Krotov
2019-11-23 20:58:20 +03:00
committed by holger krekel
parent 76de8f55f2
commit 6412adcfa7
4 changed files with 28 additions and 18 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 = "0.1.1"
async-imap = { git = "https://github.com/link2xt/async-imap", branch="imap_proto_u8" }
async-tls = "0.6"
async-std = { version = "1.0", features = ["unstable"] }
base64 = "0.10"