TF-3189 new option to enable/disable subaddressing for a personal folder

This commit is contained in:
Florent Azavant
2024-10-21 16:29:26 +02:00
committed by Dat H. Pham
parent f8f248fc3c
commit 89d80fe142
36 changed files with 455 additions and 4 deletions
@@ -2422,6 +2422,36 @@ class AppLocalizations {
name: 'selectParentFolder');
}
String get allowSubaddressing {
return Intl.message(
'Allow subaddressing',
name: 'allowSubaddressing');
}
String get disallowSubaddressing {
return Intl.message(
'Disallow subaddressing',
name: 'disallowSubaddressing');
}
String get toastMessageAllowSubaddressingSuccess {
return Intl.message(
'You have successfully allowed subaddressing for this folder',
name: 'toastMessageAllowSubaddressingSuccess');
}
String get toastMessageDisallowSubaddressingSuccess {
return Intl.message(
'You have successfully disallowed subaddressing for this folder',
name: 'toastMessageDisallowSubaddressingSuccess');
}
String get toastMessageSubaddressingFailure {
return Intl.message(
'There was an error dealing with the request',
name: 'toastMessageSubaddressingFailure');
}
String get requestReadReceipt {
return Intl.message(
'Request read receipt',
@@ -2798,6 +2828,7 @@ class AppLocalizations {
'This folder is already displayed in your primary folder',
name: 'toastMessageShowFolderSuccess');
}
String get folderVisibility {
return Intl.message(
'Folder visibility',