mirror of
https://github.com/chatmail/core.git
synced 2026-05-01 20:36:31 +03:00
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:
committed by
holger krekel
parent
76de8f55f2
commit
6412adcfa7
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user