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
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
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` of the [enough_mail](https://pub.dev/packages/enough_mail) package.
4
+
The `enough_mail_html` package defines the `transformToHtml()` 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.
@@ -63,7 +67,7 @@ Add this dependency your pubspec.yaml file:
63
67
64
68
```
65
69
dependencies:
66
-
enough_mail_html: ^1.0.0
70
+
enough_mail_html: ^1.3.0
67
71
```
68
72
The latest version or `enough_mail_html` is [](https://pub.dartlang.org/packages/enough_mail_html).
0 commit comments