TF-4053 Implement move folder content on mailbox list view

This commit is contained in:
dab246
2025-10-29 14:56:07 +07:00
committed by Dat H. Pham
parent ac99fccfb0
commit 58c05c38b2
19 changed files with 313 additions and 28 deletions
@@ -5352,4 +5352,11 @@ class AppLocalizations {
name: 'moveFolderContent',
);
}
String get moveFolderContentToastMessage {
return Intl.message(
'Failed to move all emails from this folder to another folder.',
name: 'moveFolderContentToastMessage',
);
}
}