Releases: ikvk/imap_tools
Releases · ikvk/imap_tools
v0.47.0
- Dropped support for python 3.3, 3.4
- Added type annotations
- [Breaking] utils.clean_uids - removed special case for Generator with "fetch" name for implicitly gets all uids. Use BaseMailBox.uids method instead.
- Removed BaseMailBox deprecated stuff: fetch miss_defect arg, seen method, search method
v0.46.0
v0.45.0
v0.44.0
v0.43.0
v0.42.0
- Fixed MessageFlags values - all system flags begin with "\"
- Fixed BaseMailBox.flag, BaseMailBox.append, MailMessage.flags - now works with system/custom flags correctly, -upper()
- Added utils.clean_flags
- Moved message.MessageFlags -> consts.MailMessageFlags
- Moved folder.MailBoxFolderStatusOptions -> consts.MailBoxFolderStatusOptions
- Moved utils.SHORT_MONTH_NAMES -> consts.SHORT_MONTH_NAMES
- Renamed utils.cleaned_uid_set -> utils.clean_uids
v0.41.0
v0.40.0
- Fixed MailMessage.from_bytes - MailMessage.uid/flags parse errors
- Fixed utils.parse_email_date - parse bug on bad dates
- Breaking change: BaseMailBox.fetch miss_defect argument now is False by default, it will be removed soon
- Increased the email collection for tests