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:
link2xt
2023-04-17 10:41:17 +00:00
parent 9150e9fb38
commit 179b9ba2cb
3 changed files with 14 additions and 20 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## Unreleased
### Fixes
- Updated `async-imap` to v0.8.0 to fix erroneous EOF detection in long IMAP responses.
## [1.112.6] - 2023-04-04
### Changes