Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Attachment ¶
type Attachment struct {
Filename string
PartID string // Keep PartID to fetch on demand
Data []byte
Encoding string // Store encoding for proper decoding
}
Attachment holds data for an email attachment.
func FetchEmailBody ¶
Click to show internal directories.
Click to hide internal directories.