Preserve QOutlook Reply-To in EML

This commit is contained in:
Курнат Андрей
2026-06-01 19:52:15 +03:00
parent 7337dbf5cd
commit 0a75ec7b1a
5 changed files with 28 additions and 5 deletions
+1
View File
@@ -125,6 +125,7 @@ export interface MailMessage {
to: string;
cc?: string;
bcc?: string;
replyTo?: string;
subject: string;
body: string;
time: string;