feat: Display Name / Alias for IMAP Accounts #306

This commit is contained in:
rustmailer
2026-06-25 02:00:20 +08:00
parent af089958e9
commit 8542ba0d28
12 changed files with 88 additions and 312 deletions
+1
View File
@@ -32,6 +32,7 @@ export interface EmailEnvelope {
account_id: number;
mailbox_id: number;
account_email: string;
account_name?: string;
mailbox_name: string;
uid: number;
subject: string;