feat: attachment open via xdg-open on Linux, mime type detection

- Use xdg-open directly on Linux for opening attachments (fixes 'file type not supported' error)
- Add mime package for comprehensive MIME type detection in compose screen
- Show file size and MIME type for attachments in compose screen
- Add open/preview button for attachments in compose screen

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
Thomas Güttler
2026-04-22 10:47:11 +02:00
co-authored by Qwen-Coder
parent 16607f7ea0
commit a51c2dad9c
6 changed files with 117 additions and 33 deletions
+1
View File
@@ -35,6 +35,7 @@ dependencies:
# File picking (compose attachments) and opening downloaded attachments
file_picker: ^8.0.0
open_file: ^3.3.2
mime: ^2.0.0
dev_dependencies:
flutter_test: