Skip to content

Commit 3a6e518

Browse files
committed
chore: release v2.1.3
1 parent a1860ae commit 3a6e518

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 2.1.3
2+
* Fix: Apply correct mailbox path separator - thanks [nruzzu](https://github.com/nruzzu)!
3+
* Feat: add firstWhereOrNull search method for a Tree
4+
* Feat: add identityFlag getter to Mailbox
5+
16
# 2.1.2
27
* Fix: RangeError when a Mailbox name contains a parentheses - thanks [nruzzu](https://github.com/nruzzu)
38
* Fix: base64 decoding of headers with a lowercase b

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: enough_mail
22
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.
3-
version: 2.1.2
3+
version: 2.1.3
44
homepage: https://github.com/Enough-Software/enough_mail
55

66
environment:

0 commit comments

Comments
 (0)