enough_mail_html 1.0.0
enough_mail_html: ^1.0.0 copied to clipboard
Generate HTML from an email mime message. Eases handling of `MimeMessage` in the `enough_mail` package.
1.0.0 #
enough_mail_html
is now null safe #6- use URL safe links when linking an embedded image with a
content-ID
- limit image width in
<img>
elements whenmaxImageWidth
is specified
0.4.0 #
- override
<meta charset="...">
elements to always be UTF-8 - add
quoteToHtml(...)
extension method toMimeMessage
- recognize and handle any links in plain text messages
0.3.0 #
- allow to specify the
maxImageWidth
when generating the HTML, this preserves memory - surround inline images with cid:// links - #5
- remove common invalid characters at end of links
0.2.1 #
- Always setting the
Content-Type
meta attribute to use 'utf-8' encoding - Add inline images even when they are not referenced
0.2.0 #
- Added plain text transformations:
- Convert line breaks into
<br/>
tags - Convert https lins into
<a>
tags
- Convert line breaks into
0.1.1 #
- Fixes transformation of plain text messages
0.1.0 #
- Initial version