* Added Attachment.content_id * Added Attachment.content_disposition * Attachment._part -> Attachment.part * email.utils.parsedate_to_datetime used in utils.parse_email_addresses * BaseMailBox.fetch limit argument now can receive slice object * BaseMailBox instance now has attribute mailbox.last_search_ids, it fills after each fetch - msg ids from search command * \_\_init__.py refined
0.21.0
* Added MailBox.xoauth2 - authentication using OAuth 2.0 mechanism * MailMessage (to, cc, bcc, reply_to) now works for fields specified multiple times (e.g. twice Cc: Cc:)
0.20.0
* BaseMailBox.fetch headers_only arg fixed
0.19.1
* Importing all from utils module removed from the default package imports
0.19.0
* Support international characters in email addresses