File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -45,19 +45,29 @@ Added
45
45
can be expressed. IMAPClient will add parentheses in the right place.
46
46
- PLAIN authentication support (via `plain_login ` method)
47
47
- `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)
49
50
50
51
Changed
51
52
-------
52
53
- the `mock ` package is no longer installed by default (just as a test
53
54
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
54
61
55
62
Fixed
56
63
-----
57
64
- don't quote search criteria when sent as IMAP literals. Fixes #249.
58
65
- Modified UTF-7 encoding function had quirks in its original algorithm,
59
66
leading to incorrect encoded output in some cases. The algorithm, described
60
67
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.
61
71
62
72
63
73
===============
You can’t perform that action at this time.
0 commit comments