diff --git a/CHANGELOG.md b/CHANGELOG.md index a56684bf..fde21dd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.24 +- Improve parsing of IMAP `BODYSTRUCTURE` responses to FETCH commands. +- Add message media types. + ## 0.0.23 - Provide [POP3](https://tools.ietf.org/html/rfc1939) support diff --git a/README.md b/README.md index 5da8941d..bc505a2c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -An experimental IMAP and SMTP client for Dart developers. +An experimental IMAP, POP3 and SMTP client for Dart developers. Available under the commercial friendly [MPL Mozilla Public License 2.0](https://www.mozilla.org/en-US/MPL/). @@ -135,7 +135,7 @@ Add this dependency your pubspec.yaml file: ``` dependencies: - enough_mail: ^0.0.23 + enough_mail: ^0.0.24 ``` 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 52710a94..79d72b90 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: enough_mail description: IMAP, POP3 and SMTP clients in pure Dart. Provides low level support for these mail protocols. -version: 0.0.23 +version: 0.0.24 homepage: https://github.com/Enough-Software/enough_mail environment: