Skip to content

Releases: ikvk/imap_tools

v0.53.0

14 Mar 11:40
Compare
Choose a tag to compare
  • [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

06 Mar 12:00
d509806
Compare
Choose a tag to compare
  • [Breaking] STARTTLS logic moved to MailBoxTls

v0.51.1

21 Feb 07:06
Compare
Choose a tag to compare
  • Fix IdleManager

v0.51.0

18 Feb 09:54
Compare
Choose a tag to compare
  • 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

10 Dec 07:42
Compare
Choose a tag to compare
  • query.ParamConverter._gen_values minor improvement
  • utils.clean_uids minor improvement
  • Added test for utils.clean_uids

v0.50.1

24 Nov 06:15
Compare
Choose a tag to compare
  • Fix ParamConverter.convert order search keys with values list
  • Added tox config for test all supported versions

v0.50.0

17 Nov 05:29
Compare
Choose a tag to compare
  • Fix MailboxLoginError was never raise
  • ParamConverter.convert now order search keys by alphabet - guarantees a repeatable result for query builder

v0.49.1

04 Oct 04:21
Compare
Choose a tag to compare
  • Fix support for python 3.5

v0.49.0

01 Oct 10:36
Compare
Choose a tag to compare
  • Fixed message.MailAttachment.size wrong size bug
  • query.LogicOperator (and subclasses AND, OR, NOT) now have type annotated named search keys

v0.48.1

20 Sep 10:00
Compare
Choose a tag to compare
  • fix type annotations