Skip to content

Commit

Permalink
release v0.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Virkus committed Jun 7, 2020
1 parent 4fbf497 commit 977443f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.24
- Improve parsing of IMAP `BODYSTRUCTURE` responses to FETCH commands.
- Add message media types.

## 0.0.23
- Provide [POP3](https://tools.ietf.org/html/rfc1939) support

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
An experimental IMAP and SMTP client for Dart developers.
An experimental IMAP, POP3 and SMTP client for Dart developers.

Available under the commercial friendly
[MPL Mozilla Public License 2.0](https://www.mozilla.org/en-US/MPL/).
Expand Down Expand Up @@ -135,7 +135,7 @@ Add this dependency your pubspec.yaml file:

```
dependencies:
enough_mail: ^0.0.23
enough_mail: ^0.0.24
```
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
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 clients in pure Dart. Provides low level support for these mail protocols.
version: 0.0.23
version: 0.0.24
homepage: https://github.com/Enough-Software/enough_mail

environment:
Expand Down

0 comments on commit 977443f

Please sign in to comment.