File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.4.0
2
+ - override ` <meta charset="..."> ` elements to always be UTF-8
3
+ - add ` quoteToHtml(...) ` extension method to ` MimeMessage `
4
+ - recognize and handle any links in plain text messages
5
+
1
6
## 0.3.0
2
7
- allow to specify the ` maxImageWidth ` when generating the HTML, this preserves memory
3
8
- surround inline images with cid:// links - #5
Original file line number Diff line number Diff line change 1
1
name : enough_mail_html
2
2
description : Generate HTML from an email mime message. Eases handling of `MimeMessage` in the `enough_mail` package.
3
- version : 0.3 .0
3
+ version : 0.4 .0
4
4
homepage : https://github.com/Enough-Software/enough_mail_html
5
5
6
6
environment :
7
7
sdk : ' >=2.9.3 <3.0.0'
8
8
9
9
dependencies :
10
- html : ^0.14.0+4
11
- enough_mail : # ^0. 2.0
10
+ html : ^0.15.0
11
+ enough_mail : # '>=0.3.0 < 2.0.0'
12
12
git :
13
13
url : https://github.com/Enough-Software/enough_mail.git
14
- # path: ../enough_mail/
15
- image : ^2.1.19
14
+ # path: ../enough_mail/
15
+ image : ' >=2.0.0 <4.0.0 '
16
16
17
17
dev_dependencies :
18
18
pedantic : ^1.9.0
You can’t perform that action at this time.
0 commit comments