All Versions
8
Latest Version
Avg Release Cycle
336 days
Latest Release
199 days ago
Changelog History
Changelog History
-
v0.9.9 Changes
November 17, 2022What's Changed
- โ Add query uid__range by @skulltech in https://github.com/martinrusev/imbox/pull/153
- ๐ fix substring search of subjects in Gmail, add support for some Gmail extended IMAP by @zevaverbach in https://github.com/martinrusev/imbox/pull/155
- ๐ Support filter message by mail body by @daassh in https://github.com/martinrusev/imbox/pull/166
- Attachments now getting Content-ID by @Anderseta in https://github.com/martinrusev/imbox/pull/174
- โก๏ธ Update parser.py in https://github.com/martinrusev/imbox/pull/192
- Avoiding the error - ValueError: invalid literal for int() with base 10 by @Anderseta in https://github.com/martinrusev/imbox/pull/201
- ๐ fix false exception on unknown encoding #202 by @kapalex in https://github.com/martinrusev/imbox/pull/203
- ๐ Fix binascii.Error: Incorrect padding by @Anderseta in https://github.com/martinrusev/imbox/pull/204
- ๐ Preserve timezone info in date parsing by @AT0myks in https://github.com/martinrusev/imbox/pull/205
- ๐ Fix ignored headers + unnecessary major version check by @AT0myks in https://github.com/martinrusev/imbox/pull/206
- Local variable 'filename' value is not used by @tveronesi in https://github.com/martinrusev/imbox/pull/211
- ๐ Date handling improvement and various fixes by @AT0myks in https://github.com/martinrusev/imbox/pull/218
- ๐ Fix crash when semicolon present in attachment name by @nicknytko in https://github.com/martinrusev/imbox/pull/219
- Base64 decode param and recognize single file mails as attachment by @engelant in https://github.com/martinrusev/imbox/pull/224
- ๐ [Fix] parse_attachment > cannot parse name by @jimmi2051 in https://github.com/martinrusev/imbox/pull/228
- Should first get content charset then str_encode with charset. by @sangkaka in https://github.com/martinrusev/imbox/pull/231
- ๐ fix append and join of param parts by @oberix in https://github.com/martinrusev/imbox/pull/232
-
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