Skip to content

Releases: Enough-Software/enough_mail_flutter

v2.1.1

22 May 13:45
Compare
Choose a tag to compare
  • Remove direct MailClient usage from MimeMessageDownloader
  • Update dependencies

v2.1.0

05 Oct 15:25
Compare
Choose a tag to compare
  • Switch to inapp_webview 6 (beta)
  • Feat: support to specify own fetching method, Setting your own fetching method can be useful for downloading the message contents e.g. from disk.
  • Feat: MimeMessageDownloader also support setting download timeouts now.

v2.0.0

18 May 14:48
Compare
Choose a tag to compare
  • New preferPlainText option to display the mime message's plain text part when available.
  • New enableDarkMode option to use dark mode rendering.
  • New urlLauncherDelegate option to control opening of links.
  • Ensure compatibility with Flutter 3.0.

v1.4.0

31 Jul 11:24
Compare
Choose a tag to compare
  • Register a builder function to overtake building for specific messages.

v1.3.0

21 Jul 14:03
Compare
Choose a tag to compare
  • Updated dependencies, improved documentation

v1.2.0

13 Jun 16:17
Compare
Choose a tag to compare

[1.2.0] - 2021-06-13

  • Adapt to API changes of dependent libraries and Flutter
  • Restructure package
  • Ensure compatibility with WebKit / iOS

v1.1.0

15 Apr 07:19
Compare
Choose a tag to compare
  • To improve download speed, you can limit the included media types when downloading the message contents with the MessageDownloader.includedInlineTypes parameter, e.g. return MessageDownloader(includedInlineTypes: [MediaToptype.image]);.
  • Use the fetchId to retrieve inline message parts in links starting with fetch://
  • Do not scale plain text messages

v1.0.0

07 Apr 19:18
Compare
Choose a tag to compare
  • enough_mail_flutter is now null safe #7
  • support dark theme
  • allow to specify onWebViewCreated and onZoomed callbacks
  • fix handling of embdedded images linked via content-IDs #8

v0.3.0

02 Feb 12:40
Compare
Choose a tag to compare
  • Generate HTML asynchronously.
  • Catch any problems during downloading and signal them to the widget owner with the onDownloadError handler.
  • Use enough_media package to render media.
  • Fix problem when setState() was called after the widget was not mounted anymore.

v0.2.1

11 Jan 11:49
Compare
Choose a tag to compare
  • Download messages only once.
  • Show an image message directly and not in HTML browser.
  • Adapt to enough_mail API changes.