mirror of
https://github.com/chatmail/core.git
synced 2026-05-17 05:46:30 +03:00
as recent fixes are merged to async-imap, let's use that cc @link2xt
This commit is contained in:
committed by
Alexander Krotov
parent
6412adcfa7
commit
1b88cfd053
@@ -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/link2xt/async-imap", branch="imap_proto_u8" }
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user