Skip to content

Commit

Permalink
release v1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-virkus committed Jul 13, 2021
1 parent cc76eb2 commit 7e9891d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.3.5
- Add `bool Function(X509Certificate)? onBadCertificate` callback to handle invalid certificates #167
- Stop polling when disconnecting high level `MailClient`
- Ignore subsequent `IDLE` requests when already in idle mode in `ImapClient`
- Improve documentation

# 1.3.4
- Fix some IMAP mailbox commands when there is no mailbox selected: #160 #164 #165

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.4
version: 1.3.5
homepage: https://github.com/Enough-Software/enough_mail

environment:
Expand Down

0 comments on commit 7e9891d

Please sign in to comment.