diff --git a/CHANGELOG.md b/CHANGELOG.md index 7928dbe1..79c7b74c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.17 +- Supports parsing BODYSTRUCTURE responses when fetching message data +- Also eased API for accessing BODY and BODYSTRUCTURE response data + ## 0.0.16 - Adding 'name' parameter with quotes to 'Content-Type' header when adding a file diff --git a/README.md b/README.md index 7443c12f..60ea84f4 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Add this dependency your pubspec.yaml file: ``` dependencies: - enough_mail: ^0.0.16 + enough_mail: ^0.0.17 ``` 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 71ffc5af..a33af9dc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: enough_mail description: IMAP and SMTP clients in pure Dart. Strives to be compliant with IMAP4 rev1, IMAP IDLE, IMAP METADATA Extension and SMTP. -version: 0.0.16 +version: 0.0.17 homepage: https://github.com/Enough-Software/enough_mail environment: