From db36a5fcc4c09935b07055e510dab1cafb24ae12 Mon Sep 17 00:00:00 2001 From: Robert Virkus Date: Sun, 2 Aug 2020 09:09:31 +0200 Subject: [PATCH] release v0.0.30 --- CHANGELOG.md | 13 +++++++++++++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5684dbb..430a0d03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 0.0.30 +- Thanks to [hpoul](https://github.com/hpoul) the XML library now works with both beta and stable flutter channels. +- Thanks to [hydeparkk](https://github.com/hydeparkk) encoded mailbox paths are now used in copy, move, status and append/ +- Fix decoding message date headers +- Fix handling mailboxes with a space in their path +- Allow to easly serialize and deserialize [MailAccount](https://pub.dev/documentation/enough_mail/latest/mail_mail_account/MailAccount-class.html) to/from JSON. +- Extended high level [MailClient API](https://pub.dev/documentation/enough_mail/latest/mail_mail_client/MailClient-class.html): + - Allow to select mailbox by path + - Disconnect to close connections + - Include fetching message flags when fetching messages + - Allow to store message flags, e.g. mark as read + - Provide access to low level API from within the high level API + ## 0.0.29 - Add `discconect()` method to high level `MailClient` API - Encode and decode mailbox names using Modified UTF7 encoding diff --git a/README.md b/README.md index 33c8a92d..02db510b 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ Add this dependency your pubspec.yaml file: ``` dependencies: - enough_mail: ^0.0.28 + enough_mail: ^0.0.30 ``` The latest version or `enough_mail` is [![enough_mail version](https://img.shields.io/pub/v/enough_mail.svg)](https://pub.dartlang.org/packages/enough_mail). diff --git a/pubspec.yaml b/pubspec.yaml index 5e94bed2..a9a9b7be 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.0.29 +version: 0.0.30 homepage: https://github.com/Enough-Software/enough_mail environment: