Skip to content

Releases: ikvk/imap_tools

v1.6.0

03 Apr 19:00
Compare
Choose a tag to compare
  • [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

13 Nov 09:54
Compare
Choose a tag to compare
  • Fixed: MailAttachment.filename parse non-ascii filename

v1.4.0

10 Oct 05:15
Compare
Choose a tag to compare
  • [Breaking] MailMessage.html replacing charset to utf-8 in html meta for consistency
  • Added utils.replace_html_ct_charset

v1.3.0

04 Oct 10:22
Compare
Choose a tag to compare
  • 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

01 Aug 05:53
Compare
Choose a tag to compare
  • Fixed MailBoxFolderManager.status bug for folders with brackets
  • Added py.typed for mypy lib

v1.1.0

25 Jul 09:35
a7c0373
Compare
Choose a tag to compare
  • 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

21 Nov 12:02
Compare
Choose a tag to compare
  • It is time for 1.0.0 πŸš€

v0.57.0

31 Aug 05:10
Compare
Choose a tag to compare
  • Added BaseMailBox.login_utf8 - Authenticate to an account with a UTF-8 username and/or password

v0.56.0

22 Jun 10:46
Compare
Choose a tag to compare
  • Simplify IdleManager.poll

v0.55.0

05 May 04:38
Compare
Choose a tag to compare
  • Fixed query builder bug with key - "header" and value - [Header]