From a582c69010ae1ef5b406c8ca269f09207a549e39 Mon Sep 17 00:00:00 2001 From: Robert Virkus Date: Sun, 9 Aug 2020 10:55:46 +0200 Subject: [PATCH] release v0.0.31 with fixes for #78, #76 --- CHANGELOG.md | 9 +++++++++ pubspec.yaml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 430a0d03..d663fb55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 0.0.31 +- Mime: List all message parts with a specfic Content-Disposition with `MimeMessage.findContentInfo(ContenDisposition disposition)`. +- Mime: Retrieve an individual message part with `MimeMessage.getPart(String fetchId)` +- Bugfix: fetch individual message parts via IMAP with `BODY[1.2]` now works. +- MailClient: Download individual message parts with `MailClient.fetchMessagePart(MimeMessage message, String fetchId)`. +- MailClient: events now provide reference to used `MailClient` instance, so that apps can differentiate between accounts. +- MessageBuilder: allow to specify user aliases and to handle + aliases and to differentiate between reply and reply-all in `MessageBuilder.prepareReplyToMessage()` +- ImapClient: Ensure that every Inbox has a `MailboxFlag.inbox`. + ## 0.0.30 - Thanks to [hpoul](https://github.com/hpoul) the XML library now works with both beta and stable flutter channels. - Thanks to [hydeparkk](https://github.com/hydeparkk) encoded mailbox paths are now used in copy, move, status and append/ diff --git a/pubspec.yaml b/pubspec.yaml index a9a9b7be..11b34090 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: enough_mail description: IMAP, POP3 and SMTP email clients in pure Dart. Choose between a low level and a high level API for mailing. -version: 0.0.30 +version: 0.0.31 homepage: https://github.com/Enough-Software/enough_mail environment: