* Fixed query builder bug with key - "header" and value - [Header]
0.54.0
* EmailAddress full is property now, parse_email_addresses fixed * Added MailBoxTls into \_\_init__.py * Fixed tls.py example, rename examples, added basic.py example
0.53.0
* [Breaking] BaseMailBox.box client instance renamed to BaseMailBox.client * Fixed BaseMailBox.xoauth2 consistency with BaseMailBox.login * BaseMailBox.folder/idle managers now instantiates in __init__
0.52.0
* [Breaking] STARTTLS logic moved to MailBoxTls
0.51.1
* Fix IdleManager
0.51.0
* Added idle manager for work with IDLE: mailbox.idle.<[start,poll,stop,wait]> * Added BaseMailBox.consume_until_tagged_response method: waiting for tagged response * Added new exception: MailboxTaggedResponseError * Removed unused stuff: BaseMailBox.with_headers_only_allowed_errors