Skip to content

Commit 179b9ba

Browse files
committed
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.
1 parent 9150e9f commit 179b9ba

File tree

3 files changed

+14
-20
lines changed

3 files changed

+14
-20
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Fixes
6+
7+
- Updated `async-imap` to v0.8.0 to fix erroneous EOF detection in long IMAP responses.
8+
39
## [1.112.6] - 2023-04-04
410

511
### Changes

Cargo.lock

Lines changed: 7 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ratelimit = { path = "./deltachat-ratelimit" }
3535

3636
anyhow = "1"
3737
async-channel = "1.8.0"
38-
async-imap = { git = "https://github.com/async-email/async-imap", branch = "master", default-features = false, features = ["runtime-tokio"] }
38+
async-imap = { version = "0.8.0", default-features = false, features = ["runtime-tokio"] }
3939
async-native-tls = { version = "0.5", default-features = false, features = ["runtime-tokio"] }
4040
async-smtp = { version = "0.9", default-features = false, features = ["runtime-tokio"] }
4141
async_zip = { version = "0.0.11", default-features = false, features = ["deflate", "fs"] }

0 commit comments

Comments
 (0)