mirror of
https://github.com/rustmailer/bichon.git
synced 2026-08-03 07:48:34 +02:00
Refactor: decouple email body and attachment storage
This commit is contained in:
@@ -45,6 +45,7 @@ export interface EmailEnvelope {
|
||||
size: number;
|
||||
thread_id: string,
|
||||
attachment_count: number;
|
||||
regular_attachment_count: number;
|
||||
tags: string[];
|
||||
content_hash: string;
|
||||
}
|
||||
Reference in New Issue
Block a user