Add QOutlook copy recipients

This commit is contained in:
Курнат Андрей
2026-06-01 06:48:22 +03:00
parent 4377e5279e
commit 024f208538
6 changed files with 66 additions and 9 deletions
+2
View File
@@ -93,6 +93,8 @@ export interface MailMessage {
folder: "inbox" | "sent" | "drafts" | "archive";
from: string;
to: string;
cc?: string;
bcc?: string;
subject: string;
body: string;
time: string;