diff --git a/CHANGELOG.md b/CHANGELOG.md index e7d938b1..f400563e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 2.1.1 +* Loosened dependency restrictions a bit upon suggestion from [hpoul](https://github.com/Enough-Software/enough_mail/issues/194) +* Added support for Big5, KOI8-r and KOI8-u character encodings +* Load encodings only when required + # 2.1.0 * The `MailClient.deleteMessages()` / `undoDeleteMessages()` as well as the `moveMessages()` and `undoMoveMessages()` calls will now update the given `messages` UIDs automatically, when they have been specified. diff --git a/README.md b/README.md index a548a314..e9005556 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Add this dependency your pubspec.yaml file: ``` dependencies: - enough_mail: ^2.0.0 + enough_mail: ^2.1.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). @@ -317,6 +317,8 @@ Character encodings: * ISO-8859-2 - 16 (latin-2 - 16) * Windows-1250, 1251, 1252, 1253, 1254 and 1256 * GB-2312, GBK, GB-18030, Chinese, CSGB-2312, CSGB-231280, CSISO-58-GB-231280, ISO-IR-58, X-Mac-ChineseSimp +* Big5 +* KOI8-r and KOI8-u Transfer encodings: * [Quoted-Printable (Q)](https://tools.ietf.org/html/rfc2045#section-6.7)