fix: mail UI German labels, multi-folder sync, account management, resizable panel fix

This commit is contained in:
Agent Zero
2026-07-15 14:36:45 +02:00
parent 0409a08002
commit e0975f4044
8 changed files with 690 additions and 151 deletions
+1
View File
@@ -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;