Skip to content

Releases: ikvk/imap_tools

v0.38.1

22 Feb 05:15
Compare
Choose a tag to compare
  • Build lib with excluding tests (was need to clean build dirs)

v0.38.0

21 Feb 12:03
Compare
Choose a tag to compare
  • Fixed bug at utils.parse_email_addresses - quoted with newlines
  • Fixed bug at BaseMailBox.search - empty elements on split result with trailing spaces

v0.37.0

28 Jan 07:21
Compare
Choose a tag to compare
  • Breaking change: MailMessage.headers - now all keys in lower-case (*email headers are not case-sensitive)
  • Path with tests excluded from distribution archive

v0.36.0

21 Jan 04:23
Compare
Choose a tag to compare
  • Fixed MailMessage.text/html parse on case: text/html with Content-ID

v0.35.0

15 Jan 07:19
Compare
Choose a tag to compare
  • Added BaseMailBox.append method
  • Renamed message.Attachment -> message.MailAttachment
  • Fixed bug at utils.encode_folder for bytes
  • Fixed bug at mailbox.folder.status on encoded names

v0.34.0

29 Dec 09:59
Compare
Choose a tag to compare
  • Improved MailMessage.text, MailMessage.html on case: no text/html and with text/html attachment

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