TF-1705 Auto create default folder no role if missing on server CYRUS

Signed-off-by: dab246 <tdvu@linagora.com>
(cherry picked from commit 918a554f1fbc5816d48dd00bf01be8624b9dcc9b)
This commit is contained in:
dab246
2023-11-02 15:58:51 +07:00
committed by Dat Vu
parent 39e53f0769
commit 17da789fe3
15 changed files with 30 additions and 51 deletions
@@ -17,6 +17,8 @@ extension RoleExtension on Role {
return 'Trash';
} else if (this == PresentationMailbox.roleSpam) {
return 'Spam';
} else if (this == PresentationMailbox.roleTemplates) {
return 'Templates';
} else {
return '';
}