Files
python-imbox/python-imbox.changes
Sebastian Wagner 328ccebc91 - update to 0.9.6:
* Vendors package, adding provider specific functionality ([#139](https://github.com/martinrusev/imbox/pull/139)) -  Contributed by @zevaverbach
 * Type hints for every method and function ([#136](https://github.com/martinrusev/imbox/pull/136)) -  Contributed by @zevaverbach
 * Move all code out of __init__.py and into a separate module ([#130](https://github.com/martinrusev/imbox/pull/130)) - Contributed by @zevaverbach
 * Enhance `messages' generator: ([#129](https://github.com/martinrusev/imbox/pull/129)) - Contributed by @zevaverbach

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imbox?expand=0&rev=13
2018-08-26 12:06:22 +00:00

43 lines
1.9 KiB
Plaintext

-------------------------------------------------------------------
Sun Aug 26 12:04:54 UTC 2018 - sebix+novell.com@sebix.at
- update to 0.9.6:
* Vendors package, adding provider specific functionality ([#139](https://github.com/martinrusev/imbox/pull/139)) - Contributed by @zevaverbach
* Type hints for every method and function ([#136](https://github.com/martinrusev/imbox/pull/136)) - Contributed by @zevaverbach
* Move all code out of __init__.py and into a separate module ([#130](https://github.com/martinrusev/imbox/pull/130)) - Contributed by @zevaverbach
* Enhance `messages' generator: ([#129](https://github.com/martinrusev/imbox/pull/129)) - Contributed by @zevaverbach
-------------------------------------------------------------------
Tue Dec 5 18:15:43 UTC 2017 - sebix+novell.com@sebix.at
- update to 0.9.5:
* 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)
-------------------------------------------------------------------
Mon Sep 18 08:39:29 UTC 2017 - sebix+novell.com@sebix.at
- update to 0.9
* Permissively Decode Emails: (#78)
* "With" statement for automatic cleanup/logout (#92)
- update to 0.8.6
* Add support for Python 3.3+ Parsing policies: (#75)
* Remove support for Python 2.7
-------------------------------------------------------------------
Wed Apr 12 20:01:19 UTC 2017 - sebix+novell.com@sebix.at
- convert to singlespec
-------------------------------------------------------------------
Sat Jul 30 16:15:01 UTC 2016 - sebix+novell.com@sebix.at
- Changes in 0.8.5 (9 June 2016)
ssl_context: Check SSLContext for IMAP4_SSL connections (issue #69)