TF-3267 Implement HTML attachment preview

This commit is contained in:
DatDang
2024-12-06 10:07:53 +07:00
committed by Dat H. Pham
parent 3ddb81a8c4
commit ac91cae0db
22 changed files with 558 additions and 18 deletions
@@ -4327,4 +4327,18 @@ class AppLocalizations {
name: 'editAsNewEmail',
);
}
String get saveAndRefresh {
return Intl.message(
'Save & refresh',
name: 'saveAndRefresh',
);
}
String get thisHtmlAttachmentCannotBePreviewed {
return Intl.message(
'This html attachment cannot be previewed',
name: 'thisHtmlAttachmentCannotBePreviewed',
);
}
}