TF-599 Apply action context menu for mailbox

This commit is contained in:
dab246
2022-05-31 15:20:51 +07:00
committed by Dat H. Pham
parent 769d365387
commit 08b327737b
12 changed files with 301 additions and 75 deletions
@@ -1405,4 +1405,17 @@ class AppLocalizations {
'Can not get token, please check with your system administrator',
name: 'canNotGetToken');
}
String get moveMailbox {
return Intl.message(
'Move mailbox',
name: 'moveMailbox',
);
}
String get deleteMailbox {
return Intl.message(
'Delete mailbox',
name: 'deleteMailbox');
}
}