|
| 1 | +## 0.9.9 (17 November 2022) |
| 2 | + |
| 3 | +### What's Changed |
| 4 | + |
| 5 | +* Add query uid__range by @skulltech in https://github.com/martinrusev/imbox/pull/153 |
| 6 | +* fix substring search of subjects in Gmail, add support for some Gmail extended IMAP by @zevaverbach in https://github.com/martinrusev/imbox/pull/155 |
| 7 | +* Support filter message by mail body by @daassh in https://github.com/martinrusev/imbox/pull/166 |
| 8 | +* Attachments now getting Content-ID by @Anderseta in https://github.com/martinrusev/imbox/pull/174 |
| 9 | +* Update parser.py in https://github.com/martinrusev/imbox/pull/192 |
| 10 | +* Avoiding the error - ValueError: invalid literal for int() with base 10 by @Anderseta in https://github.com/martinrusev/imbox/pull/201 |
| 11 | +* fix false exception on unknown encoding #202 by @kapalex in https://github.com/martinrusev/imbox/pull/203 |
| 12 | +* Fix binascii.Error: Incorrect padding by @Anderseta in https://github.com/martinrusev/imbox/pull/204 |
| 13 | +* Preserve timezone info in date parsing by @AT0myks in https://github.com/martinrusev/imbox/pull/205 |
| 14 | +* Fix ignored headers + unnecessary major version check by @AT0myks in https://github.com/martinrusev/imbox/pull/206 |
| 15 | +* Local variable 'filename' value is not used by @tveronesi in https://github.com/martinrusev/imbox/pull/211 |
| 16 | +* Date handling improvement and various fixes by @AT0myks in https://github.com/martinrusev/imbox/pull/218 |
| 17 | +* Fix crash when semicolon present in attachment name by @nicknytko in https://github.com/martinrusev/imbox/pull/219 |
| 18 | +* Base64 decode param and recognize single file mails as attachment by @engelant in https://github.com/martinrusev/imbox/pull/224 |
| 19 | +* [Fix] parse_attachment > cannot parse name by @jimmi2051 in https://github.com/martinrusev/imbox/pull/228 |
| 20 | +* Should first get content charset then str_encode with charset. by @sangkaka in https://github.com/martinrusev/imbox/pull/231 |
| 21 | +* fix append and join of param parts by @oberix in https://github.com/martinrusev/imbox/pull/232 |
| 22 | + |
| 23 | + |
1 | 24 | ## 0.9.8 (02 June 2020)
|
2 | 25 |
|
3 | 26 | IMPROVEMENTS:
|
@@ -43,15 +66,15 @@ IMPROVEMENTS:
|
43 | 66 |
|
44 | 67 | * Permissively Decode Emails: ([#78](https://github.com/martinrusev/imbox/pull/78)) - Contributed by @AdamNiederer
|
45 | 68 | * "With" statement for automatic cleanup/logout ([#92](https://github.com/martinrusev/imbox/pull/92)) - Contributed by @sblondon
|
46 |
| - |
| 69 | + |
47 | 70 |
|
48 | 71 |
|
49 | 72 | ## 0.8.6 (6 December 2016)
|
50 | 73 |
|
51 | 74 | IMPROVEMENTS:
|
52 | 75 |
|
53 | 76 | * Add support for Python 3.3+ Parsing policies: ([#75](https://github.com/martinrusev/imbox/pull/75)) - Contributed by @bhtucker
|
54 |
| - |
| 77 | + |
55 | 78 | BACKWARDS INCOMPATIBILITIES / NOTES:
|
56 | 79 |
|
57 | 80 | * Remove support for Python 2.7
|
|
0 commit comments