Preserve QOutlook Reply-To in EML
This commit is contained in:
@@ -125,6 +125,7 @@ export interface MailMessage {
|
||||
to: string;
|
||||
cc?: string;
|
||||
bcc?: string;
|
||||
replyTo?: string;
|
||||
subject: string;
|
||||
body: string;
|
||||
time: string;
|
||||
|
||||
Reference in New Issue
Block a user