Preserve QOutlook priority headers in EML

This commit is contained in:
Курнат Андрей
2026-06-01 19:59:53 +03:00
parent 9bd8827549
commit 15ea571395
5 changed files with 65 additions and 2 deletions
+3
View File
@@ -129,6 +129,9 @@ export interface MailMessage {
messageId?: string;
inReplyTo?: string;
references?: string;
importance?: string;
xPriority?: string;
priority?: string;
subject: string;
body: string;
time: string;