Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClientWithInterfaces ¶
Types ¶
type Attachment ¶
type Client ¶
type ListMessagesResponse ¶
type ListMessagesResponse struct {
Messages []MessageSummary `json:"Messages"`
}
type Message ¶
type Message struct {
Attachments []Attachment `json:"Attachments"`
Bcc []Account `json:"Bcc"`
Cc []Account `json:"Cc"`
Date string `json:"Date"`
From Account `json:"From"`
HTML string `json:"HTML"`
ID string `json:"ID"`
Inline []Attachment `json:"Inline"`
MessageID string `json:"MessageID"`
ReplyTo []Account `json:"ReplyTo"`
ReturnPath string `json:"ReturnPath"`
Size int `json:"Size"`
Subject string `json:"Subject"`
Tags []string `json:"Tags"`
Text string `json:"Text"`
To []Account `json:"To"`
}
type MessageSummary ¶
type MessageSummary struct {
Attachments int `json:"Attachments"`
Bcc []Account `json:"Bcc"`
Cc []Account `json:"Cc"`
Created time.Time `json:"Created"`
From Account `json:"From"`
ID string `json:"ID"`
MessageID string `json:"MessageID"`
Read bool `json:"Read"`
ReplyTo []Account `json:"ReplyTo"`
Size int `json:"Size"`
Snippet string `json:"Snippet"`
Subject string `json:"Subject"`
Tags []string `json:"Tags"`
To []Account `json:"To"`
}
Click to show internal directories.
Click to hide internal directories.