Releases: martinrusev/imbox
Releases · martinrusev/imbox
0.9.9
What's Changed
- Add query uid__range by @skulltech in #153
- fix substring search of subjects in Gmail, add support for some Gmail extended IMAP by @zevaverbach in #155
- Support filter message by mail body by @daassh in #166
- Attachments now getting Content-ID by @Anderseta in #174
- Fix handling for attachments with file names longer than 76 characters by @tarx1234 in #186
- attempt to fix issue 169/177 by @py-radicz in #184
- Update parser.py in #192
- Avoiding the error - ValueError: invalid literal for int() with base 10 by @Anderseta in #201
- fix false exception on unknown encoding #202 by @kapalex in #203
- Fix binascii.Error: Incorrect padding by @Anderseta in #204
- Preserve timezone info in date parsing by @AT0myks in #205
- Fix ignored headers + unnecessary major version check by @AT0myks in #206
- Local variable 'filename' value is not used by @tveronesi in #211
- Date handling improvement and various fixes by @AT0myks in #218
- Fix crash when semicolon present in attachment name by @nicknytko in #219
- Base64 decode param and recognize single file mails as attachment by @engelant in #224
- [Fix] parse_attachment > cannot parse name by @jimmi2051 in #228
- Should first get content charset then str_encode with charset. by @sangkaka in #231
- fix append and join of param parts by @oberix in #232
Full Changelog: 0.9.6...0.9.9
0.9.6
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
0.9.5
IMPROVEMENTS:
date__on
support: (#109)- Starttls support: (#108)
- Mark emails as flagged/starred: (#107)
- Messages filter can use date objects instead of stringified dates: (#104)
- Fix attachment parsing when a semicolon character ends the Content-Disposition line: (#100)
- Parsing - UnicecodeDecodeError() fixes: (#96)
- Imbox()
with
support: (#92)