* Fixed message.MailAttachment.size wrong size bug * query.LogicOperator (and subclasses AND, OR, NOT) now have type annotated named search keys
0.48.1
* fix type annotations
0.48.0
* [Breaking] MailMessage.<*>_values methods now returns EmailAddress instead dict * [Breaking] MailBoxFolderManager.list new returns FolderInfo instead dict
0.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
0.46.0
* MailBoxFolderManager.status folder argument now may by equal to None - status of current folder * utils.clean_uids now accept uid strings with uid sequence ranges, example: *:4,5:7,10 * query.UidRange end argument now may be None, equal to None by default
0.45.0
* Renamed BaseMailBox.search -> BaseMailBox.numbers, search are deprecated now * Renamed MailboxSearchError -> MailboxNumbersError * Added BaseMailBox.uids, MailboxUidsError