Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Base64Message ¶ added in v0.0.4
func Base64Message(msg EmailMessage) string
func GetGmailService ¶ added in v0.0.2
Types ¶
type EmailMessage ¶ added in v0.0.3
type EmailMessage struct {
From string `json:"from,omitempty" bson:"from,omitempty"`
To string `json:"to,omitempty" bson:"to,omitempty"`
Subject string `json:"subject,omitempty" bson:"subject,omitempty"`
Body string `json:"body,omitempty" bson:"body,omitempty"`
Attachments []FileAttachment `json:"attachments,omitempty" bson:"attachments,omitempty"`
}
type FileAttachment ¶ added in v0.0.3
Click to show internal directories.
Click to hide internal directories.