fix: mail UI German labels, multi-folder sync, account management, resizable panel fix
This commit is contained in:
@@ -27,6 +27,7 @@ export interface MailFolder {
|
||||
id: string;
|
||||
account_id: string;
|
||||
name: string;
|
||||
imap_name?: string;
|
||||
parent_id: string | null;
|
||||
unread_count: number;
|
||||
total_count: number;
|
||||
|
||||
Reference in New Issue
Block a user