Skip to content

Releases: Enough-Software/enough_mail_html

v2.0.2

19 Aug 17:47

Choose a tag to compare

  • chore: update dependencies

v2.0.1

05 Oct 15:05

Choose a tag to compare

  • Update dependencies
  • Improve documentation

v2.0.0

18 May 13:42

Choose a tag to compare

  • 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

13 Jun 16:08

Choose a tag to compare

  • Do not include the enough_mail package automatically to keep documentation simpler
  • Update documentation

v1.2.0

13 Jun 14:13

Choose a tag to compare

  • Add HtmlToPlainTextConverter with HTML to plain text conversion

v1.1.0

15 Apr 07:05

Choose a tag to compare

  • 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

07 Apr 19:10

Choose a tag to compare

  • 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 when maxImageWidth is specified

v0.4.0

08 Mar 08:53

Choose a tag to compare

  • override <meta charset="..."> elements to always be UTF-8
  • add quoteToHtml(...) extension method to MimeMessage
  • recognize and handle any links in plain text messages

v0.3.0

02 Feb 12:22

Choose a tag to compare

  • 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

v0.2.1

11 Jan 11:48

Choose a tag to compare

  • Always setting the Content-Type meta attribute to use 'utf-8' encoding.
  • Add inline images even when they are not referenced