Preserve QOutlook threading headers in EML

This commit is contained in:
Курнат Андрей
2026-06-01 19:56:44 +03:00
parent 0a75ec7b1a
commit 9bd8827549
5 changed files with 69 additions and 3 deletions
+3
View File
@@ -126,6 +126,9 @@ export interface MailMessage {
cc?: string;
bcc?: string;
replyTo?: string;
messageId?: string;
inReplyTo?: string;
references?: string;
subject: string;
body: string;
time: string;