TF-3189 new confirmation popup when enabling subaddressing for a folder

This commit is contained in:
Florent Azavant
2024-11-29 12:25:42 +01:00
committed by Dat H. Pham
parent 019dbe6e03
commit 78be3e4d79
6 changed files with 164 additions and 7 deletions
@@ -729,6 +729,14 @@ class AppLocalizations {
);
}
String message_confirmation_dialog_allow_subaddressing(String nameMailbox) {
return Intl.message(
'You are about to allow anyone to send emails directly to your folder "$nameMailbox" using:',
name: 'message_confirmation_dialog_allow_subaddressing',
args: [nameMailbox]
);
}
String get renameFolder {
return Intl.message(
'Rename folder',
@@ -2434,6 +2442,12 @@ class AppLocalizations {
name: 'allowSubaddressing');
}
String get allow {
return Intl.message(
'Allow',
name: 'allow');
}
String get disallowSubaddressing {
return Intl.message(
'Disallow subaddressing',