Releases: Enough-Software/enough_mail_html
Releases · Enough-Software/enough_mail_html
v2.0.2
v2.0.1
- Update dependencies
- Improve documentation
v2.0.0
- New
preferPlainTextoption to use the mime message's plain text instead of the html part when available. - Convert HTML line-breaks to plain text line-breaks when calling
HtmlToPlainTextConverter.convert(String html); - New
enableDarkModeoption to improve dark mode display for older browser engines - Ensure compatibility with enough_mail 2.0.0
- Improve documentation
v1.3.0
- Do not include the
enough_mailpackage automatically to keep documentation simpler - Update documentation
v1.2.0
- Add
HtmlToPlainTextConverterwith HTML to plain text conversion
v1.1.0
- Fix link detection and replace in plain text messages
- Use fetchId rather than the content-ID for inline images. Links starting with
fetch://will be generated.
v1.0.0
v0.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
v0.3.0
v0.2.1
- Always setting the
Content-Typemeta attribute to use 'utf-8' encoding. - Add inline images even when they are not referenced