imbox v0.9.9 Release Notes
Release Date: 2022-11-17 // over 2 years ago-
What'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