chore: add new route to get favorinte and archive mailboxx messsage

This commit is contained in:
mahyargdz
2025-07-10 12:16:55 +03:30
parent 7ebd83cce3
commit 935cc50cb1
4 changed files with 100 additions and 3 deletions
@@ -10,6 +10,7 @@ export interface MailboxInfo {
size?: number;
retention?: number;
hidden?: boolean;
encryptMessages?: boolean;
}
export interface MailboxListResponse {