------ - [fix] bug when incomplete literal occured before a tagged status line - [tests] imapserver search with uid range - [tests] better fetch request handling - [log] Limit partials' log to 100 characters - [build] Add tests' requires in setup.py
0.7.1
------ - [refactor] adding incomplete line before calling _handle_responses
0.7.0
------ - [fix] generalization of literal treatment - do not filter exists line for 'select' command (breaks the API). To retrieve unread mails with select, use aioimaplib.extract_exists((yield from imap_client.select()) instead of 'yield from imap_client.select()[0]'
0.6.2
------ - [fix] added '$' and ';' for fetch message with litteral regexp
0.6.1
------ - [fix] issue 17 "Error fetch uid param"
0.6.0
------ - moved timeout handling at the Command level and not IMAP4 client for fetch as proposed by cyberlis in https://github.com/bamthomas/aioimaplib/pull/16