ParsedEmail: {
attachments: Attachment[];
bcc?: Address[];
cc?: Address[];
date?: string;
deliveredTo?: string;
from: Address;
headers: Header[];
html?: string;
inReplyTo?: string;
messageId: string;
references?: string;
replyTo?: Address[];
returnPath?: string;
sender?: Address;
subject?: string;
text?: string;
to: Address[];
}
Type declaration
-
attachments: Attachment[]
-
Optional bcc?: Address[]
-
Optional cc?: Address[]
-
Optional date?: string
-
Optional deliveredTo?: string
-
from: Address
-
headers: Header[]
-
Optional html?: string
-
Optional inReplyTo?: string
-
messageId: string
-
Optional references?: string
-
Optional replyTo?: Address[]
-
Optional returnPath?: string
-
Optional sender?: Address
-
Optional subject?: string
-
Optional text?: string
-
to: Address[]