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