TF-3406 Add edit as new email feature

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
DatDang
2025-01-20 19:40:43 +07:00
committed by Dat H. Pham
parent 412431ceaa
commit 3ddb81a8c4
15 changed files with 161 additions and 9 deletions
@@ -4321,4 +4321,10 @@ class AppLocalizations {
name: 'downloadAttachmentInEMLPreviewWarningMessage',
);
}
String get editAsNewEmail {
return Intl.message(
'Edit as new email',
name: 'editAsNewEmail',
);
}
}