Releases: ikvk/imap_tools
Releases · ikvk/imap_tools
v0.9.0
Added query builder - implemented the search logic described in rfc3501
MailBox.fetch - added "charset" parameter
If the "charset" argument is specified in MailBox.fetch, the search string will be encoded to this encoding.
MailMessage.date now returns datetime.date
MailMessage.date_str attribute added
MailMessage.headers attribute added
MailMessage.id removed
ImapToolsError base exception class removed
MailBoxWrongFlagError exception class removed
functions: (cleaned_uid_set,check_command_status,decode_value,parse_email_address,parse_email_date,quote,pairs_to_dict)
moved to utils module
readme text improved
fixed folder.set encoding dug
v0.8.0
v0.7.1
v0.7.0
v0.6.0
decomposition to modules
remove typing dependency
add MailMessage.cc, MailMessage.bcc attrs
specify custom classes email_message_class directly
MailBox._uid_str change type check logic
!!! Change MailMessage attr return types: lists -> tuples
MailBox.fetch add mark_seen param
fix MailMessage.from_ bug when empty
v0.5
more stable, more convenient
v0.4 fix _decode_value for unknown encoding; fix _parse_email_address