enough_mail_flutter 0.3.0
enough_mail_flutter: ^0.3.0 copied to clipboard
Flutter widgets for mail apps. Licensed commercially friendly under MPL 2.0.
0.3.0 2021-02-02. #
- Generate HTML asynchronously.
- Catch any problems during downloading and signal them to the widget owner with the
onDownloadErrorhandler. - Use
enough_mediapackage to render media. - Fix problem when
setState()was called after the widget was not mounted anymore.
0.2.1 2021-01-11. #
- Download messages only once.
- Show an image message directly and not in HTML browser.
- Adapt to
enough_mailAPI changes.
0.2.0 2020-12-04. #
- Added
MimeMessageDownloaderwidget. - Improve documentation.
0.1.0 2020-12-04. #
- Initial release with the
MimeMessageViewerwidget.