enough_mail_html 0.3.0 enough_mail_html: ^0.3.0 copied to clipboard
Generate HTML from an email mime message. Eases handling of `MimeMessage` in the `enough_mail` package.
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