TF-3416 Implement preview EML attachment

This commit is contained in:
dab246
2025-01-13 10:02:50 +07:00
committed by Dat H. Pham
parent 7cbdfddb6d
commit d304083b2e
54 changed files with 1489 additions and 148 deletions
+13 -1
View File
@@ -1,5 +1,5 @@
{
"@@last_modified": "2025-01-09T04:35:09.125475",
"@@last_modified": "2025-01-10T23:14:09.007935",
"initializing_data": "Initializing data...",
"@initializing_data": {
"type": "text",
@@ -4089,5 +4089,17 @@
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"parseEmailByBlobIdFailed": "Cannot parse email by blob id",
"@parseEmailByBlobIdFailed": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"previewEmailFromEMLFileFailed": "Cannot preview this eml file",
"@previewEmailFromEMLFileFailed": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
}
}