mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 23:06:32 +03:00
Add support for IMAP ID extension
This commit is contained in:
@@ -20,7 +20,7 @@ deltachat_derive = { path = "./deltachat_derive" }
|
||||
|
||||
ansi_term = { version = "0.12.1", optional = true }
|
||||
anyhow = "1"
|
||||
async-imap = { version = "0.6", default-features = false, features = ["runtime-tokio"] }
|
||||
async-imap = { git = "https://github.com/async-email/async-imap", branch = "master", default-features = false, features = ["runtime-tokio"] }
|
||||
async-native-tls = { version = "0.4", default-features = false, features = ["runtime-tokio"] }
|
||||
async-smtp = { version = "0.5", default-features = false, features = ["smtp-transport", "socks5", "runtime-tokio"] }
|
||||
trust-dns-resolver = "0.21"
|
||||
|
||||
Reference in New Issue
Block a user