TF-3416 Handle open EML attachment in EML previewer on mobile

This commit is contained in:
dab246
2025-01-14 02:02:58 +07:00
committed by Dat H. Pham
parent 94e347f703
commit 27f64d97a8
5 changed files with 83 additions and 38 deletions
@@ -7,6 +7,7 @@ import 'package:html/dom.dart';
import 'package:html/parser.dart';
class PreviewEmlFileUtils {
static const String emlPreviewerScheme = 'eml-previewer';
Element? _createEmailElement({
required String subjectPrefix,