Refactor: decouple email body and attachment storage

This commit is contained in:
rustmailer
2026-03-24 21:48:04 +08:00
parent c19f3977ba
commit a41b5417e3
31 changed files with 1630 additions and 1152 deletions
+1
View File
@@ -45,6 +45,7 @@ export interface EmailEnvelope {
size: number;
thread_id: string,
attachment_count: number;
regular_attachment_count: number;
tags: string[];
content_hash: string;
}