- Move pedantic to dev-dependencies (issue #22)
- Fix #21 - searching for UNSEEN emails is returning empty list
- Fix test cases for
Socket
's new usage ofUint8List
instead ofList<int>
- Update dependencies
- Fix #15 by translating folder names to utf-7 before sending it them to the server
- Fix bodystructure parsing errors (issues #16, #18)
- Fix #14 by using
utf8.decode
instead of standardString.fromCharCodes
- Code cleanup: Follow latest best practices
- Fix #13 by refreshing capabilities list after successful tls negotiation
- Expose capabilities list and accepted auth methods
- Merge #10, fix string with leading escaped character
- Fix #4, bug that prevented mailboxes with spaces from being opened
- Fix #7, bug that did not acknowledge escaped characters
- Fix #8, add missing imap 4 rev 1 commands (subscribe, unsubscribe, lsub)
- Version change, 1.0.0-alpha is lower than 0.1.3, which causes updates to fail
- Complete rewrite
- Now easier to use and extend
- Fix #2, a bug that prevents fetches
- Change concept of folders to representation based instead of internal handling
- Update test package to latest version
- Do travis tests on stable, now that dart v2 is out of dev
- Implement logging. Use printImapClientDebugLog() to display it.
- Fix errors caused by older dart version 2.0.0-dev.63.0
- Set minimum required sdk version to 2.0.0-dev.63.0
- Initial version