* 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
1.2.0
* Fixed MailBoxFolderManager.status bug for folders with brackets * Added py.typed for mypy lib
1.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
1.0.0
* It is time for 1.0.0 🚀
0.57.0
* Added BaseMailBox.login_utf8 - Authenticate to an account with a UTF-8 username and/or password