From e2e4d554c4de7d8b971ff6a7717778ba87d04609 Mon Sep 17 00:00:00 2001 From: Robert Virkus Date: Thu, 7 May 2020 22:10:32 +0200 Subject: [PATCH] release v0.0.17 --- CHANGELOG.md | 4 ++++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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: