fix: persist htmlBody in drafts to preserve rich formatting #236
This commit is contained in:
@@ -115,6 +115,7 @@ export interface IJMAPClient {
|
||||
draftId?: string,
|
||||
attachments?: Array<{ blobId: string; name: string; type: string; size: number; disposition?: 'attachment' | 'inline'; cid?: string }>,
|
||||
fromName?: string,
|
||||
htmlBody?: string,
|
||||
): Promise<string>;
|
||||
|
||||
sendEmail(
|
||||
|
||||
Reference in New Issue
Block a user