@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.11.2] - 2026-02-10
9+
10+ - Expose gmail labels and msg id (#124 )
11+ - ` crate::extensions::idle::Handle::wait() ` uses a 29 minute timeout instead of 24 hours
12+ - Add quotes for some commands (e.g. ` COPY ` ) to support mailbox with whitespace (#127 )
13+
814## [ 0.11.1] - 2025-08-04
915
1016- Close IMAP stream after an error.
@@ -215,30 +221,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
215221
216222## 0.1.0 - 2019-11-11
217223
218- [ 0.11.1 ] : https://github.com/async-email/async-imap/compare/v0.11.0...v0.11.1
219- [ 0.11.0 ] : https://github.com/async-email/async-imap/compare/v0.10.4...v0.11.0
220- [ 0.10.4 ] : https://github.com/async-email/async-imap/compare/v0.10.3...v0.10.4
221- [ 0.10.3 ] : https://github.com/async-email/async-imap/compare/v0.10.2...v0.10.3
222- [ 0.10.2 ] : https://github.com/async-email/async-imap/compare/v0.10.1...v0.10.2
223- [ 0.10.1 ] : https://github.com/async-email/async-imap/compare/v0.10.0...v0.10.1
224- [ 0.10.0 ] : https://github.com/async-email/async-imap/compare/v0.9.7...v0.10.0
225- [ 0.9.7 ] : https://github.com/async-email/async-imap/compare/v0.9.6...v0.9.7
226- [ 0.9.6 ] : https://github.com/async-email/async-imap/compare/v0.9.5...v0.9.6
227- [ 0.9.5 ] : https://github.com/async-email/async-imap/compare/v0.9.4...v0.9.5
228- [ 0.9.4 ] : https://github.com/async-email/async-imap/compare/v0.9.3...v0.9.4
229- [ 0.9.3 ] : https://github.com/async-email/async-imap/compare/v0.9.2...v0.9.3
230- [ 0.9.2 ] : https://github.com/async-email/async-imap/compare/v0.9.1...v0.9.2
231- [ 0.9.1 ] : https://github.com/async-email/async-imap/compare/v0.9.0...v0.9.1
232- [ 0.9.0 ] : https://github.com/async-email/async-imap/compare/v0.8.0...v0.9.0
233- [ 0.8.0 ] : https://github.com/async-email/async-imap/compare/v0.7.0...v0.8.0
234- [ 0.7.0 ] : https://github.com/async-email/async-imap/compare/v0.6.0...v0.7.0
235- [ 0.6.0 ] : https://github.com/async-email/async-imap/compare/v0.5.0...v0.6.0
236- [ 0.5.0 ] : https://github.com/async-email/async-imap/compare/v0.4.1...v0.5.0
237- [ 0.4.1 ] : https://github.com/async-email/async-imap/compare/v0.4.0...v0.4.1
238- [ 0.4.0 ] : https://github.com/async-email/async-imap/compare/v0.3.3...v0.4.0
239- [ 0.3.3 ] : https://github.com/async-email/async-imap/compare/v0.3.2...v0.3.3
240- [ 0.3.2 ] : https://github.com/async-email/async-imap/compare/v0.3.1...v0.3.2
241- [ 0.3.1 ] : https://github.com/async-email/async-imap/compare/v0.3.0...v0.3.1
242- [ 0.3.0 ] : https://github.com/async-email/async-imap/compare/v0.2.0...v0.3.0
243- [ 0.2.0 ] : https://github.com/async-email/async-imap/compare/v0.1.1...v0.2.0
244- [ 0.1.1 ] : https://github.com/async-email/async-imap/compare/v0.1.0...v0.1.1
224+ [ 0.11.2 ] : https://github.com/chatmail/async-imap/compare/v0.11.1...v0.11.2
225+ [ 0.11.1 ] : https://github.com/chatmail/async-imap/compare/v0.11.0...v0.11.1
226+ [ 0.11.0 ] : https://github.com/chatmail/async-imap/compare/v0.10.4...v0.11.0
227+ [ 0.10.4 ] : https://github.com/chatmail/async-imap/compare/v0.10.3...v0.10.4
228+ [ 0.10.3 ] : https://github.com/chatmail/async-imap/compare/v0.10.2...v0.10.3
229+ [ 0.10.2 ] : https://github.com/chatmail/async-imap/compare/v0.10.1...v0.10.2
230+ [ 0.10.1 ] : https://github.com/chatmail/async-imap/compare/v0.10.0...v0.10.1
231+ [ 0.10.0 ] : https://github.com/chatmail/async-imap/compare/v0.9.7...v0.10.0
232+ [ 0.9.7 ] : https://github.com/chatmail/async-imap/compare/v0.9.6...v0.9.7
233+ [ 0.9.6 ] : https://github.com/chatmail/async-imap/compare/v0.9.5...v0.9.6
234+ [ 0.9.5 ] : https://github.com/chatmail/async-imap/compare/v0.9.4...v0.9.5
235+ [ 0.9.4 ] : https://github.com/chatmail/async-imap/compare/v0.9.3...v0.9.4
236+ [ 0.9.3 ] : https://github.com/chatmail/async-imap/compare/v0.9.2...v0.9.3
237+ [ 0.9.2 ] : https://github.com/chatmail/async-imap/compare/v0.9.1...v0.9.2
238+ [ 0.9.1 ] : https://github.com/chatmail/async-imap/compare/v0.9.0...v0.9.1
239+ [ 0.9.0 ] : https://github.com/chatmail/async-imap/compare/v0.8.0...v0.9.0
240+ [ 0.8.0 ] : https://github.com/chatmail/async-imap/compare/v0.7.0...v0.8.0
241+ [ 0.7.0 ] : https://github.com/chatmail/async-imap/compare/v0.6.0...v0.7.0
242+ [ 0.6.0 ] : https://github.com/chatmail/async-imap/compare/v0.5.0...v0.6.0
243+ [ 0.5.0 ] : https://github.com/chatmail/async-imap/compare/v0.4.1...v0.5.0
244+ [ 0.4.1 ] : https://github.com/chatmail/async-imap/compare/v0.4.0...v0.4.1
245+ [ 0.4.0 ] : https://github.com/chatmail/async-imap/compare/v0.3.3...v0.4.0
246+ [ 0.3.3 ] : https://github.com/chatmail/async-imap/compare/v0.3.2...v0.3.3
247+ [ 0.3.2 ] : https://github.com/chatmail/async-imap/compare/v0.3.1...v0.3.2
248+ [ 0.3.1 ] : https://github.com/chatmail/async-imap/compare/v0.3.0...v0.3.1
249+ [ 0.3.0 ] : https://github.com/chatmail/async-imap/compare/v0.2.0...v0.3.0
250+ [ 0.2.0 ] : https://github.com/chatmail/async-imap/compare/v0.1.1...v0.2.0
251+ [ 0.1.1 ] : https://github.com/chatmail/async-imap/compare/v0.1.0...v0.1.1
0 commit comments