Skip to content

Releases: ikvk/imap_tools

v0.33.0

01 Dec 07:42
Compare
Choose a tag to compare
  • MailMessage.attachments - fixed miss some attachments

v0.32.0

20 Nov 06:45
Compare
Choose a tag to compare
  • Fixed bug at BaseMailBox.copy - folder name was not encoded

v0.31.0

03 Nov 09:00
Compare
Choose a tag to compare

======

  • MailMessage.uid - fixed bug - UID cannot be parsed if stored with empty flags list
  • MailMessage.uid - used one regexp instead two
  • MailBox, MailBoxUnencrypted - add timeout argument (supports since python 3.9)
  • Added query.UidRange, for search by uid range, UID *:123
  • Deprecated query.Q was removed

v0.30.0

27 Oct 10:57
Compare
Choose a tag to compare
  • BaseMailBox.fetch - fixed wrong responses for combinations of: slice, bulk, reverse

v0.29.0

23 Oct 09:16
Compare
Choose a tag to compare
  • BaseMailBox._fetch_in_bulk - add python versions compatibility - used return instead raise StopIteration

v0.28.0

23 Oct 07:31
Compare
Choose a tag to compare
  • MailMessage.attachments - improved parsing - case with Content-ID only

v0.27.0

16 Oct 04:48
Compare
Choose a tag to compare
  • Renamed MailMessage.size -> MailMessage.size_rfc822, returned type now always int
  • Added MailMessage.size attribute
  • Added Attachment.size attribute

v0.26.0

08 Oct 03:43
Compare
Choose a tag to compare

BaseMailBox.login initial_folder argument now can be None to skip folder.set

v0.25.1

06 Oct 09:02
Compare
Choose a tag to compare
  • Fixed MailBoxFolderManager.list bug on delim = NIL

v0.25.0

01 Oct 10:54
Compare
Choose a tag to compare
  • Added MailMessage.size attribute