TF-2520 Implement print email in email view

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2024-02-28 17:13:53 +07:00
committed by Dat H. Pham
parent 4f206739aa
commit ab2c32154e
17 changed files with 330 additions and 8 deletions
@@ -3812,4 +3812,11 @@ class AppLocalizations {
'Print all',
name: 'printAll');
}
String get replyToEmailAddressPrefix {
return Intl.message(
'Reply-To',
name: 'replyToEmailAddressPrefix',
);
}
}