Skip to content

Commit

Permalink
release v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-virkus committed Jun 3, 2021
1 parent c9e58c0 commit cbd2b09
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down Expand Up @@ -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)
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: 1.3.0
version: 1.3.1
homepage: https://github.com/Enough-Software/enough_mail

environment:
Expand Down

0 comments on commit cbd2b09

Please sign in to comment.