Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Content ¶
type Content struct { From string `json:"From"` To string `json:"To"` Cc string `json:"Cc"` Bcc string `json:"Bcc"` Subject string `json:"Subject"` ContentType string `json:"Content-Type"` Date time.Time `json:"Date"` Body string `json:"Body"` }
func NewContent ¶
func NewContent() *Content
func (*Content) SetContentType ¶
func (*Content) SetSubject ¶
Click to show internal directories.
Click to hide internal directories.