diff --git a/CHANGELOG.md b/CHANGELOG.md index af23a3fe..ac2bd856 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.2.1 +- Allow to specify `connectionTimeout` for all low level clients +- Support non-ASCII IMAP searches when supported by server +- Fix reconnection issue for `ImapClient` +- Fix decoding of sequentiell encoded words in edge cases +- Do a `noop` when resuming `MailClient` when server does not support `IDLE` + ## 0.2.0 - ImapClient now processes tasks sequentially, removing the dreaded `StreamSink is bound to a stream` exception when accessing ImapClient from several threads. - Highlevel API for adding mail messages with `MailClient.appendMessage(...)` / `.appendMessageToFlag(...)` and `MailClient.saveDraftMessage(...)` diff --git a/pubspec.yaml b/pubspec.yaml index d8339075..6785f445 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: enough_mail description: IMAP, POP3 and SMTP email clients in pure Dart. Choose between a low level and a high level API for mailing. -version: 0.2.0 +version: 0.2.1 homepage: https://github.com/Enough-Software/enough_mail environment: