Skip to content

Commit ef0aa56

Browse files
committed
Complete release notes for 1.1.0 release
1 parent 2abdac6 commit ef0aa56

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

doc/src/releases.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,29 @@ Added
4545
can be expressed. IMAPClient will add parentheses in the right place.
4646
- PLAIN authentication support (via `plain_login` method)
4747
- `unselect_folder()` method, for servers with the UNSELECT capability (#200)
48-
- Allow to expurge a subset of messages, selected by their UID (#287)
48+
- Add ENABLE support (#136)
49+
- UID EXPUNGE support (#287)
4950

5051
Changed
5152
-------
5253
- the `mock` package is no longer installed by default (just as a test
5354
dependency)
55+
- handle NIL date values in INTERNALDATE
56+
- add `silent` option to all flags methods (improves performance by
57+
avoiding unnecessary parsing)
58+
- simplify Gmail label functionality
59+
- folder_status is more robust
60+
- various livetest reliability improvements
5461

5562
Fixed
5663
-----
5764
- don't quote search criteria when sent as IMAP literals. Fixes #249.
5865
- Modified UTF-7 encoding function had quirks in its original algorithm,
5966
leading to incorrect encoded output in some cases. The algorithm, described
6067
in RFC 3501, has been reimplemented to fix #187 and is better documented.
68+
- use fixed month names when formatting INTERNALDATES (don't rely on locale)
69+
- handle address without mailbox name or host in Address namedtuple. Fixes #242.
70+
- Use cryptography < 2.0 on Python 3.3. Fixes #305.
6171

6272

6373
===============

0 commit comments

Comments
 (0)