15
0
forked from pool/python-imbox

- update to version 0.9.8:

- IMPROVEMENTS:
 - Fix imbox.delete regression ([#138](https://github.com/martinrusev/imbox/issues/138))
 - Fixed handling for attachments with filenames longer than 76 characters ([#186](https://github.com/martinrusev/imbox/pull/186)) -  Contributed by @nirdrabkin
 - Improved character encoding detection ([#184](https://github.com/martinrusev/imbox/pull/184)) -  Contributed by @py-radicz

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imbox?expand=0&rev=17
This commit is contained in:
2020-06-03 11:10:16 +00:00
committed by Git OBS Bridge
parent 64a966b656
commit 7798a83562
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jun 3 11:09:51 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 0.9.8:
- IMPROVEMENTS:
- Fix imbox.delete regression ([#138](https://github.com/martinrusev/imbox/issues/138))
- Fixed handling for attachments with filenames longer than 76 characters ([#186](https://github.com/martinrusev/imbox/pull/186)) - Contributed by @nirdrabkin
- Improved character encoding detection ([#184](https://github.com/martinrusev/imbox/pull/184)) - Contributed by @py-radicz
-------------------------------------------------------------------
Sun May 3 13:06:36 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>