Releases: ikvk/imap_tools
Releases · ikvk/imap_tools
v1.8.0
- Added: BaseMailBox.numbers_to_uids - Get message uids by message numbers
v1.7.4
- Fixed: encoding bug at MailAttachment.content_id
v1.7.3
- Fixed: bug in 3.12.6+ after [[3.12] [CVE-2023-27043] gh-102988: Reject malformed addresses in email.parseaddr()]
v1.7.2
- Fixed: MailBoxFolderManager.list double quotes bug
v1.7.1
- Fixed: MailBoxFolderManager.list parse bug
v1.7.0
- Moved: SortCriteria to consts
- Added: __str__ to MailMessage
- Added: docs info
v1.6.0
- [Breaking] Changed: "bulk" argument at BaseMailBox.fetch now can accept int values >=2 - for control bulk size
- Added "sort" argument to BaseMailBox.fetch and BaseMailBox.uids - for sort on server. Use SortCriteria constants
- Renamed: utf7_encode and utf7_decode from imap_utf7.py (was encode and decode)
v1.5.0
- Fixed: MailAttachment.filename parse non-ascii filename
v1.4.0
- [Breaking] MailMessage.html replacing charset to utf-8 in html meta for consistency
- Added utils.replace_html_ct_charset
v1.3.0
- Added support for python 3.12 - Since 3.12 keyfile and certfile arguments are deprecated for imaplib.IMAP4_SSL, ssl_context and timeout must be keyword arguments