Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttachmentFile ¶
type InlineFile ¶
type Message ¶
type Message struct {
Envelope *MessageEnvelope
Body *MessageBody
}
type MessageBody ¶
type MessageBody struct {
TextPlain string
TextHtml string
InlineFiles []*InlineFile
AttachmentFiles []*AttachmentFile
}
type MessageEnvelope ¶
type MessageEnvelope struct {
// The message unique identifier. It must be greater than or equal to 1.
SeqNum int64
// The message date.
Date time.Time
// The message subject.
Subject string
// From header addresses.
FromName string
FromAddress string
// The message senders.
ToName string
ToAddress string
}
Click to show internal directories.
Click to hide internal directories.