Releases: ikvk/imap_tools
Releases · ikvk/imap_tools
v0.38.1
- Build lib with excluding tests (was need to clean build dirs)
v0.38.0
- 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
- 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
- Fixed MailMessage.text/html parse on case: text/html with Content-ID
v0.35.0
- 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
- Improved MailMessage.text, MailMessage.html on case: no text/html and with text/html attachment
v0.33.0
- MailMessage.attachments - fixed miss some attachments
v0.32.0
- Fixed bug at BaseMailBox.copy - folder name was not encoded
v0.31.0
======
- 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
- BaseMailBox.fetch - fixed wrong responses for combinations of: slice, bulk, reverse