File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 1.1.0
2+ - Fix link detection and replace in plain text messages
3+ - Use fetchId rather than the content-ID for inline images. Links starting with ` fetch:// ` will be generated.
4+
15## 1.0.0
26- ` enough_mail_html ` is now [ null safe] ( https://dart.dev/null-safety/tour ) #6
37- use URL safe links when linking an embedded image with a ` content-ID `
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 : 1.0 .0
3+ version : 1.1 .0
44homepage : https://github.com/Enough-Software/enough_mail_html
55
66environment :
77 sdk : ' >=2.12.0 <3.0.0'
88
99dependencies :
1010 html : ^0.15.0
11- enough_mail : # ^1.1.0
11+ enough_mail : # ^1.2.2
1212 git :
1313 url : https://github.com/Enough-Software/enough_mail.git
14- # path: ../enough_mail/
14+ # path: ../enough_mail/
1515 image : ^3.0.2
1616
1717dev_dependencies :
You can’t perform that action at this time.
0 commit comments