mirror of
https://github.com/rustmailer/bichon.git
synced 2026-08-03 07:48:34 +02:00
feat: add attachment search view
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user