Versions in this module Expand all Collapse all v0 v0.1.2 Dec 10, 2023 Changes in this version + type Attachments struct + Data []byte + Filename string + Mimetype string + type Email struct + Attachments []Attachments + BodyHtml string + BodyText string + ContentType string + Date string + Error error + From string + Subject string + To string v0.1.1 Dec 10, 2023 Changes in this version + func ExtractBodyFromHtmlAttachment(eml email, attachmentID ...int) (*email, int) v0.1.0 Nov 15, 2023 Changes in this version + func Parse(inp []byte) *email