Releases: Enough-Software/enough_mail_html
Releases · Enough-Software/enough_mail_html
v2.0.1
v2.0.0
- New
preferPlainText
option 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
enableDarkMode
option 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_mail
package automatically to keep documentation simpler - Update documentation
v1.2.0
- Add
HtmlToPlainTextConverter
with 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-Type
meta attribute to use 'utf-8' encoding. - Add inline images even when they are not referenced
v0.2.0
- Added plain text transformations:
- Convert line breaks into
<br/>
tags - Convert https lins into
<a>
tags
- Convert line breaks into