Fixed - Couldn't parse email attributes (flags, uid) sent by a server which were coming after email contents. - Incorrect email header parsing under Python 3 and in situations when some 'obvious' headers ('Subject', 'To') were not present in email.
1.0.2
Added - Email headers access is case insensitive - Text and HTML contents/attachments are now accessed via `email['text']` and `email['html']`. Before: `email['attachments']['text']` and `email['attachments']['html']`
1.0.1
Fixed - Raised error when trying to delete currently selected folder