feat: add attachment search view

This commit is contained in:
rustmailer
2026-04-19 01:01:46 +08:00
parent 19b5168960
commit 7dd722f9b8
96 changed files with 36331 additions and 28970 deletions
+2 -2
View File
@@ -31,8 +31,8 @@ export interface EmailEnvelope {
message_id: string;
account_id: number;
mailbox_id: number;
account_email?: string;
mailbox_name?: string;
account_email: string;
mailbox_name: string;
uid: number;
subject: string;
preview: string;