Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attachment ¶
type Attachment struct { ContentType ContentType ContentTransferEncoding string ContentDisposition ContentDisposition Content string }
type ContentDisposition ¶
type ContentType ¶
type Eml ¶
type Eml struct { ReturnPath string From string To string Received []string MimeVersion string Subject string MessageId string ContentType ContentType Date string Body []byte ReplyTo string InReplyTo string References string XSender string XReceiver string Attachments []Attachment Message *Eml }
func (*Eml) AddAttachment ¶
Click to show internal directories.
Click to hide internal directories.