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+
16## 0.3.0
27- allow to specify the ` maxImageWidth ` when generating the HTML, this preserves memory
38- surround inline images with cid:// links - #5
Original file line number Diff line number Diff line change 11name : enough_mail_html
22description : 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
44homepage : https://github.com/Enough-Software/enough_mail_html
55
66environment :
77 sdk : ' >=2.9.3 <3.0.0'
88
99dependencies :
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'
1212 git :
1313 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 '
1616
1717dev_dependencies :
1818 pedantic : ^1.9.0
You can’t perform that action at this time.
0 commit comments