diff --git a/CHANGELOG.md b/CHANGELOG.md index 79c7b74c..738944c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.0.18 +- Breaking API changes: MimeMessage.body API, get and set text/plain and text/html parts in MimeMessage +- Support nested BODY and BODYSTRUCTURE responeses when fetching message data +- Support CONDSTORE IMAP extension +- Support MOVE IMAP extension +- Support UIDPLUS IMAP extension + ## 0.0.17 - Supports parsing BODYSTRUCTURE responses when fetching message data - Also eased API for accessing BODY and BODYSTRUCTURE response data diff --git a/README.md b/README.md index b8197f9f..a3b17aab 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Add this dependency your pubspec.yaml file: ``` dependencies: - enough_mail: ^0.0.17 + enough_mail: ^0.0.18 ``` 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 a33af9dc..37be58f4 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.17 +version: 0.0.18 homepage: https://github.com/Enough-Software/enough_mail environment: