Skip to content

Commit

Permalink
release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-virkus committed May 27, 2022
1 parent ffb3d5a commit 77006ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 77006ac

Please sign in to comment.