TF-3416 Handle download attachment in EML previewer on web

This commit is contained in:
dab246
2025-01-14 12:58:06 +07:00
committed by Dat H. Pham
parent 91f3275a54
commit b7b6b0f7fa
11 changed files with 271 additions and 40 deletions
@@ -4314,4 +4314,11 @@ class AppLocalizations {
name: 'cannotOpenNewWindow',
);
}
String get downloadAttachmentInEMLPreviewWarningMessage {
return Intl.message(
'Downloading attachment. You can only download one file at a time.',
name: 'downloadAttachmentInEMLPreviewWarningMessage',
);
}
}