We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e4109f commit b37821fCopy full SHA for b37821f
CHANGELOG.md
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [0.10.3] - 2025-03-10
9
+
10
+- Don't panic if the server returns 0 as the quota limit. [#116](https://github.com/chatmail/async-imap/pull/116)
11
12
## [0.10.2] - 2024-10-14
13
14
- Implement IMAP COMPRESS
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "async-imap"
3
-version = "0.10.2"
+version = "0.10.3"
4
authors = ["dignifiedquire <[email protected]>"]
documentation = "https://docs.rs/async-imap/"
repository = "https://github.com/async-email/async-imap"
0 commit comments