Releases: ikvk/imap_tools
Releases Β· ikvk/imap_tools
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
v1.2.0
- Fixed MailBoxFolderManager.status bug for folders with brackets
- Added py.typed for mypy lib
v1.1.0
- Using BaseMailBox.uids in BaseMailBox.fetch instead BaseMailBox.numbers - for reliable parallel work with mailbox [#202]
- [Breaking] Removed miss_no_uid argument from BaseMailBox.uids as not actual. It may change uids ordering.
- [Breaking] Removed miss_no_uid argument from BaseMailBox.fetch as not actual
v1.0.0
- It is time for 1.0.0 π
v0.57.0
- Added BaseMailBox.login_utf8 - Authenticate to an account with a UTF-8 username and/or password
v0.56.0
- Simplify IdleManager.poll
v0.55.0
- Fixed query builder bug with key - "header" and value - [Header]
v0.54.0
- EmailAddress full is property now, parse_email_addresses fixed
- Added MailBoxTls into __init__.py
- Fixed tls.py example, rename examples, added basic.py example