From 9dfade03a043ea9416d62406829f70f49e0bc06d Mon Sep 17 00:00:00 2001 From: Robert Virkus Date: Wed, 16 Jun 2021 15:43:22 +0200 Subject: [PATCH] release v1.3.4 --- CHANGELOG.md | 3 +++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56fb7867..130556bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 1.3.4 +- Fix some IMAP mailbox commands when there is no mailbox selected: #160 #164 #165 + # 1.3.3 - Add easier method to setup a `MailAccount` with manual settings by calling `MailAccount.fromManualSettings()` or `MailAccount.fromManualSettingsWithAuth()`. This is useful when settings cannot or should not be auto-discovered, for example. diff --git a/README.md b/README.md index ad19c11a..85a93188 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Add this dependency your pubspec.yaml file: ``` dependencies: - enough_mail: ^1.3.2 + enough_mail: ^1.3.4 ``` 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 1768635a..ea15f77e 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: 1.3.3 +version: 1.3.4 homepage: https://github.com/Enough-Software/enough_mail environment: