You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
Generate html code from any email mime message for displaying it.
2
2
3
3
## Usage
4
-
The `enough_mail_html` package defines the `decodeTextHtmlForDisplay()` extension method on `MimeMessage`.
4
+
The `enough_mail_html` package defines the `decodeTextHtmlForDisplay()` extension method on `MimeMessage` of the [enough_mail](https://pub.dev/packages/enough_mail) package.
5
5
6
6
This method will always generate HTML, specifically also for plain text or empty messages.
7
7
You can define your custom processors
@@ -63,7 +63,7 @@ Add this dependency your pubspec.yaml file:
63
63
64
64
```
65
65
dependencies:
66
-
enough_mail_html: ^0.3.0
66
+
enough_mail_html: ^1.0.0
67
67
```
68
68
The latest version or `enough_mail_html` is [](https://pub.dartlang.org/packages/enough_mail_html).
Copy file name to clipboardExpand all lines: pubspec.yaml
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
1
name: enough_mail_html
2
-
description: Generate HTML from an email mime message. Eases handling of `MimeMessage` in the [enough_mail](https://pub.dev/packages/enough_mail) package.
3
-
version: 0.4.0
2
+
description: Generate HTML from an email mime message. Eases handling of `MimeMessage` in the `enough_mail` package.
0 commit comments