File tree Expand file tree Collapse file tree 2 files changed +14
-8
lines changed
Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 1+ ## [ 2.1.0] - 2023-10-05
2+ - Switch to inapp_webview 6 (beta)
3+ - Feat: support to specify own fetching method, Setting your own fetching method can be useful for downloading the message contents e.g. from disk.
4+ - Feat: MimeMessageDownloader also support setting download timeouts now.
5+
6+
17## [ 2.0.0] - 2022-05-18
28- New ` preferPlainText ` option to display the mime message's plain text part when available.
39- New ` enableDarkMode ` option to use dark mode rendering.
Original file line number Diff line number Diff line change @@ -4,20 +4,20 @@ version: 2.1.0
44homepage : https://github.com/enough-software/enough_mail_flutter
55
66environment :
7- sdk : ' >=2.12 .0 <4.0.0'
8- flutter : " >=2 .0.0"
7+ sdk : ' >=2.18 .0 <4.0.0'
8+ flutter : " >=3 .0.0"
99
1010dependencies :
11- enough_mail : ^2.0.0
12- enough_mail_html : ^2.0.0
13- enough_media : ^2.2.0
11+ enough_mail : ^2.1.2
12+ enough_mail_html : ^2.0.1
13+ enough_media : ^2.2.1
1414 flutter :
1515 sdk : flutter
16- flutter_inappwebview : ' ^6.0.0-beta.24+1 '
17- url_launcher : ^6.1.2
16+ flutter_inappwebview : ' ^6.0.0-beta.25 '
17+ url_launcher : ^6.1.14
1818
1919dependency_overrides :
20- xml : ^6.0.1
20+ # xml: ^6.0.1
2121 # out-comment the following to enable local development:
2222 # enough_mail:
2323 # path: ../enough_mail
You can’t perform that action at this time.
0 commit comments