Imap Tools Versions Save

Work with email by IMAP

v0.54.0

2 years ago
  • EmailAddress full is property now, parse_email_addresses fixed
  • Added MailBoxTls into __init__.py
  • Fixed tls.py example, rename examples, added basic.py example

v0.53.0

2 years ago
  • [Breaking] BaseMailBox.box client instance renamed to BaseMailBox.client
  • Fixed BaseMailBox.xoauth2 consistency with BaseMailBox.login
  • BaseMailBox.folder/idle managers now instantiates in init

v0.52.0

2 years ago
  • [Breaking] STARTTLS logic moved to MailBoxTls

v0.51.1

2 years ago
  • Fix IdleManager

v0.51.0

2 years ago
  • Added idle manager for work with IDLE: mailbox.idle.<[start,poll,stop,wait]>
  • Added BaseMailBox.consume_until_tagged_response method: waiting for tagged response
  • Added new exception: MailboxTaggedResponseError
  • Removed unused stuff: BaseMailBox.with_headers_only_allowed_errors

v0.50.2

2 years ago
  • query.ParamConverter._gen_values minor improvement
  • utils.clean_uids minor improvement
  • Added test for utils.clean_uids

v0.50.1

2 years ago
  • Fix ParamConverter.convert order search keys with values list
  • Added tox config for test all supported versions

v0.50.0

2 years ago
  • Fix MailboxLoginError was never raise
  • ParamConverter.convert now order search keys by alphabet - guarantees a repeatable result for query builder

v0.49.1

2 years ago
  • Fix support for python 3.5

v0.49.0

2 years ago
  • Fixed message.MailAttachment.size wrong size bug
  • query.LogicOperator (and subclasses AND, OR, NOT) now have type annotated named search keys