Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 2.19 KB

CHANGELOG.md

File metadata and controls

48 lines (27 loc) · 2.19 KB

0.9.6 (14 August 2018)

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 (5 December 2017)

IMPROVEMENTS:

  • date__on support: (#109) - Contributed by @balsagoth
  • Starttls support: (#108) - Contributed by @balsagoth
  • Mark emails as flagged/starred: (#107) - Contributed by @memanikantan
  • Messages filter can use date objects instead of stringified dates: (#104) - Contributed by @sblondon
  • Fix attachment parsing when a semicolon character ends the Content-Disposition line: (#100) - Contributed by @sblondon
  • Parsing - UnicecodeDecodeError() fixes: (#96) - Contributed by @am0z
  • Imbox() with support: (#92) - Contributed by @sblondon

0.9 (18 September 2017)

IMPROVEMENTS:

  • Permissively Decode Emails: (#78) - Contributed by @AdamNiederer
  • "With" statement for automatic cleanup/logout (#92) - Contributed by @sblondon

0.8.6 (6 December 2016)

IMPROVEMENTS:

  • Add support for Python 3.3+ Parsing policies: (#75) - Contributed by @bhtucker

BACKWARDS INCOMPATIBILITIES / NOTES:

  • Remove support for Python 2.7

0.8.5 (9 June 2016)

IMPROVEMENTS:

  • ssl_context: Check SSLContext for IMAP4_SSL connections (#69) - Contributed by @dmth