File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
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
+
8
12
## [ 0.10.2] - 2024-10-14
9
13
10
14
- Implement IMAP COMPRESS
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " async-imap"
3
- version = " 0.10.2 "
3
+ version = " 0.10.3 "
4
4
authors = [
" dignifiedquire <[email protected] >" ]
5
5
documentation = " https://docs.rs/async-imap/"
6
6
repository = " https://github.com/async-email/async-imap"
You can’t perform that action at this time.
0 commit comments