TF-899 Implement create mailbox folder in destination picker

This commit is contained in:
dab246
2022-10-26 15:00:48 +07:00
committed by Dat H. Pham
parent 38d403aeed
commit 6554ca5f23
19 changed files with 775 additions and 166 deletions
@@ -2463,4 +2463,16 @@ class AppLocalizations {
args: [numberOfMailbox]
);
}
String get toastMessageErrorNotSelectedFolderWhenCreateNewMailbox {
return Intl.message(
'You have not selected a save folder to save',
name: 'toastMessageErrorNotSelectedFolderWhenCreateNewMailbox');
}
String get createNewMailbox {
return Intl.message(
'Create new mailbox',
name: 'createNewMailbox');
}
}