From 5ccb73190cb16feb9577287ce0934eacb9adebbb Mon Sep 17 00:00:00 2001 From: Robert Virkus Date: Tue, 8 Jun 2021 11:44:51 +0200 Subject: [PATCH] release v1.3.2 --- CHANGELOG.md | 3 +++ README.md | 2 +- pubspec.yaml | 8 ++++---- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc8745a8..90d51b87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 1.3.2 +- Fix login for IMAP servers that do not define capabilities in their `AUTH`/`LOGIN` response #159 + # 1.3.1 - Always quote user name and password in IMAP login, #158 - Thanks to [fttx2020](https://github.com/fttx2020) we have these great improvements: diff --git a/README.md b/README.md index 02a8683f..2f6143b2 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Add this dependency your pubspec.yaml file: ``` dependencies: - enough_mail: ^1.3.1 + enough_mail: ^1.3.2 ``` 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 5baab2b8..cd19c22f 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.1 +version: 1.3.2 homepage: https://github.com/Enough-Software/enough_mail environment: @@ -11,9 +11,9 @@ dependencies: event_bus: ^2.0.0 crypto: ^3.0.1 encrypt: ^5.0.0 - pointycastle: ^3.0.1 - basic_utils: ^3.0.2 - xml: ^5.1.0 + pointycastle: ^3.1.1 + basic_utils: ^3.1.0 + xml: ^5.1.2 intl: ^0.17.0 enough_serialization: ^1.4.0 #path: ../enough_serialization