From cbd2b0939defce34525f5c42a8bfacb71050f04c Mon Sep 17 00:00:00 2001 From: Robert Virkus Date: Thu, 3 Jun 2021 10:56:30 +0200 Subject: [PATCH] release v1.3.1 --- CHANGELOG.md | 9 +++++++++ README.md | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce00bace..dc8745a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 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: + - Fix for POP3 UID LIST command + - Fix parsing of POP3 responses + - Handle more Chinese character encodings + - Handle some base64 text variations better +- `SmtpException`s now contain the full error description + # 1.3.0 - Support read receipts #149 - Check if a message contains a read receipt request with `MimeMessage.isReadReceiptRequested` diff --git a/README.md b/README.md index c351ed47..02a8683f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Add this dependency your pubspec.yaml file: ``` dependencies: - enough_mail: ^1.3.0 + enough_mail: ^1.3.1 ``` 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). @@ -274,7 +274,7 @@ Character encodings: * ISO-8859-1 (latin-1) * ISO-8859-2 - 16 (latin-2 - 16) * Windows-1250, 1251, 1252, 1253, 1254 and 1256 -* GB-2312 and GBK +* GB-2312, GBK, GB-18030, Chinese, CSGB-2312, CSGB-231280, CSISO-58-GB-231280, ISO-IR-58, X-Mac-ChineseSimp Transfer encodings: * [Quoted-Printable (Q)](https://tools.ietf.org/html/rfc2045#section-6.7) diff --git a/pubspec.yaml b/pubspec.yaml index 56aa836b..5baab2b8 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.0 +version: 1.3.1 homepage: https://github.com/Enough-Software/enough_mail environment: