All Versions
7
Latest Version
Avg Release Cycle
242 days
Latest Release
714 days ago
Changelog History
Changelog History
-
v0.9.8 Changes
June 02, 2020 -
v0.9.7 Changes
May 03, 2020๐ IMPROVEMENTS:
- ๐ Gmail: IMAP extension searches label and raw are not supported.
- ๐ Searches in mail bodies and UID ranges are now supported.
- Attachments have a Content-ID now (#174)
-
v0.9.6 Changes
August 14, 2018๐ IMPROVEMENTS:
- ๐ฆ Vendors package, adding provider specific functionality (#139) - Contributed by @zevaverbach
- Type hints for every method and function (#136) - Contributed by @zevaverbach
- Move all code out of init.py and into a separate module (#130) - Contributed by @zevaverbach
- โจ Enhance `messages' generator: (#129) - Contributed by @zevaverbach
-
v0.9.5 Changes
December 05, 2017๐ IMPROVEMENTS:
date__on
support: (#109) - Contributed by @balsagoth- Starttls support: (#108) - Contributed by @balsagoth
- Mark emails as flagged/starred: (#107) - Contributed by @memanikantan
- Messages filter can use date objects instead of stringified dates: (#104) - Contributed by @sblondon
- Fix attachment parsing when a semicolon character ends the Content-Disposition line: (#100) - Contributed by @sblondon
- Parsing - UnicecodeDecodeError() fixes: (#96) - Contributed by @am0z
- Imbox()
with
support: (#92) - Contributed by @sblondon
-
v0.9 Changes
September 18, 2017 -
v0.8.6 Changes
December 06, 2016๐ IMPROVEMENTS:
- Add support for Python 3.3+ Parsing policies: (#75) - Contributed by @bhtucker
BACKWARDS INCOMPATIBILITIES / NOTES:
- Remove support for Python 2.7
-
v0.8.5 Changes
June 09, 2016๐ IMPROVEMENTS:
- ssl_context: Check SSLContext for IMAP4_SSL connections (#69) - Contributed by @dmth