TF-3416 Handle open EML attachment in EML previewer

This commit is contained in:
dab246
2025-02-05 03:00:08 -08:00
committed by Dat H. Pham
parent 0ce99c745c
commit aa7fded1ff
28 changed files with 473 additions and 99 deletions
@@ -4307,4 +4307,11 @@ class AppLocalizations {
name: 'previewEmailFromEMLFileFailed',
);
}
String get cannotOpenNewWindow {
return Intl.message(
'Cannot open new window',
name: 'cannotOpenNewWindow',
);
}
}