TF-599 Handle move mailbox action for mailbox

This commit is contained in:
dab246
2022-06-01 17:24:07 +07:00
committed by Dat H. Pham
parent 30b7d046f9
commit 85e54357ce
19 changed files with 325 additions and 18 deletions
@@ -1425,4 +1425,10 @@ class AppLocalizations {
name: 'toastMessageMarkAsMailboxReadSuccess',
args: [mailboxName]);
}
String get allMailboxes {
return Intl.message(
'All mailboxes',
name: 'allMailboxes');
}
}