Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Email ¶
type Message ¶
type Message struct { ID string `json:"id"` From string `json:"from"` To string `json:"to"` CC string `json:"cc"` Subject string `json:"subject"` BodyText string `json:"body_text"` BodyHTML string `json:"body_html"` Inlines []*File `json:"inlines"` Attachments []*File `json:"attachments"` // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.