mirror of
https://github.com/chatmail/core.git
synced 2026-05-16 21:36:30 +03:00
Update to released async-imap 0.8.0
It fixes important bug in `ensure_capacity()` that sometimes resulted in erroneous detection of EOF in IMAP response.
This commit is contained in:
@@ -35,7 +35,7 @@ ratelimit = { path = "./deltachat-ratelimit" }
|
||||
|
||||
anyhow = "1"
|
||||
async-channel = "1.8.0"
|
||||
async-imap = { git = "https://github.com/async-email/async-imap", branch = "master", default-features = false, features = ["runtime-tokio"] }
|
||||
async-imap = { version = "0.8.0", default-features = false, features = ["runtime-tokio"] }
|
||||
async-native-tls = { version = "0.5", default-features = false, features = ["runtime-tokio"] }
|
||||
async-smtp = { version = "0.9", default-features = false, features = ["runtime-tokio"] }
|
||||
async_zip = { version = "0.0.11", default-features = false, features = ["deflate", "fs"] }
|
||||
|
||||
Reference in New Issue
Block a user