From 77006aceeec3f5fe4abccbd100f956db51af0869 Mon Sep 17 00:00:00 2001 From: Robert Virkus Date: Fri, 27 May 2022 12:01:01 +0200 Subject: [PATCH] release v2.1.0 --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e146a29..e7d938b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 2.1.0 +* The `MailClient.deleteMessages()` / `undoDeleteMessages()` as well as the `moveMessages()` and `undoMoveMessages()` calls + will now update the given `messages` UIDs automatically, when they have been specified. +* Simplify building a `multipart/alternative` message or message part by adding the option `plainText` and `htmlText` parameters + in `MessageBuilder.prepareMultipartAlternativeMessage()` and `addMultipartAlternative()`. +* Fixed documentation for generating a mime message with an attachment (thanks [lqmminh](https://github.com/lqmminh)!). + # 2.0.1 * Thanks to [yarsort](https://github.com/yarsort) resolved various POP3 bugs. * Interpret mime messages with an (invalid) 2-digit year as coming from the current millennium. diff --git a/pubspec.yaml b/pubspec.yaml index a8de0a9e..40780e68 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: enough_mail description: IMAP, POP3 and SMTP for email developers. Choose between a low level and a high level API for mailing. Parse and generate MIME messages. Discover email settings. -version: 2.0.1 +version: 2.1.0 homepage: https://github.com/Enough-Software/enough_mail environment: