File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## [ 2.1.1] - (2024-05-22)
2+ - Remove direct MailClient usage from MimeMessageDownloader
3+ - Update dependencies
4+
15## [ 2.1.0] - 2023-10-05
26- Switch to inapp_webview 6 (beta)
37- Feat: support to specify own fetching method, Setting your own fetching method can be useful for downloading the message contents e.g. from disk.
Original file line number Diff line number Diff line change 11name : enough_mail_flutter
22description : Widgets for email apps that use the `enough_mail` library. Licensed commercially friendly under MPL 2.0.
3- version : 2.1.0
3+ version : 2.1.1
44homepage : https://github.com/enough-software/enough_mail_flutter
55topics :
66 - mime
@@ -13,15 +13,14 @@ environment:
1313dependencies :
1414 enough_mail : ^2.1.2
1515 enough_mail_html : ^2.0.1
16- enough_media : ^2.2 .1
16+ enough_media : ^2.3 .1
1717 flutter :
1818 sdk : flutter
19- flutter_inappwebview : ' ^6.0.0'
19+ flutter_inappwebview : ^6.0.0
2020 logger : ^2.0.0
2121 url_launcher : ^6.0.0
2222
2323dependency_overrides :
24- http : ^1.1.0 # for dart_code_metrics
2524 # xml: ^6.0.1
2625 # out-comment the following to enable local development:
2726 # enough_mail:
@@ -40,8 +39,7 @@ dependency_overrides:
4039
4140
4241dev_dependencies :
43- dart_code_metrics : 5.7.6
44- flutter_lints : ^3.0.0
42+ flutter_lints : ^4.0.0
4543 flutter_test :
4644 sdk : flutter
4745
You can’t perform that action at this time.
0 commit comments