Skip to content

Commit

Permalink
release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-virkus committed Apr 10, 2021
1 parent 46b59ee commit d04fd16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.2.1
- Handle raw data in parameter values of IMAP `FETCH` responses.

# 1.2.0
- Thanks to [KevinBLT](https://github.com/KevinBLT) mime messages will now always have a valid date header.
- The high level search API has been extended and access simplified
Expand Down
4 changes: 2 additions & 2 deletions 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.2.0
version: 1.2.1
homepage: https://github.com/Enough-Software/enough_mail

environment:
Expand All @@ -12,7 +12,7 @@ dependencies:
crypto: ^3.0.1
encrypt: ^5.0.0
pointycastle: ^3.0.1
basic_utils: ^3.0.0
basic_utils: ^3.0.1
xml: ^5.1.0
intl: ^0.17.0
enough_serialization: ^1.3.0
Expand Down

0 comments on commit d04fd16

Please sign in to comment.