Documentation ¶
Overview ¶
Package gmail provides access to the Gmail API.
See https://developers.google.com/gmail/api/
Usage example:
import "google.golang.org/api/gmail/v1" ... gmailService, err := gmail.New(oauthHttpClient)
Index ¶
- Constants
- type Draft
- type History
- type HistoryLabelAdded
- type HistoryLabelRemoved
- type HistoryMessageAdded
- type HistoryMessageDeleted
- type Label
- type ListDraftsResponse
- type ListHistoryResponse
- type ListLabelsResponse
- type ListMessagesResponse
- type ListThreadsResponse
- type Message
- type MessagePart
- type MessagePartBody
- type MessagePartHeader
- type ModifyMessageRequest
- type ModifyThreadRequest
- type Profile
- type Service
- type Thread
- type UsersDraftsCreateCall
- func (c *UsersDraftsCreateCall) Do() (*Draft, error)
- func (c *UsersDraftsCreateCall) Fields(s ...googleapi.Field) *UsersDraftsCreateCall
- func (c *UsersDraftsCreateCall) Media(r io.Reader) *UsersDraftsCreateCall
- func (c *UsersDraftsCreateCall) ProgressUpdater(pu googleapi.ProgressUpdater) *UsersDraftsCreateCall
- func (c *UsersDraftsCreateCall) ResumableMedia(ctx context.Context, r io.ReaderAt, size int64, mediaType string) *UsersDraftsCreateCall
- type UsersDraftsDeleteCall
- type UsersDraftsGetCall
- type UsersDraftsListCall
- func (c *UsersDraftsListCall) Do() (*ListDraftsResponse, error)
- func (c *UsersDraftsListCall) Fields(s ...googleapi.Field) *UsersDraftsListCall
- func (c *UsersDraftsListCall) MaxResults(maxResults int64) *UsersDraftsListCall
- func (c *UsersDraftsListCall) PageToken(pageToken string) *UsersDraftsListCall
- type UsersDraftsSendCall
- func (c *UsersDraftsSendCall) Do() (*Message, error)
- func (c *UsersDraftsSendCall) Fields(s ...googleapi.Field) *UsersDraftsSendCall
- func (c *UsersDraftsSendCall) Media(r io.Reader) *UsersDraftsSendCall
- func (c *UsersDraftsSendCall) ProgressUpdater(pu googleapi.ProgressUpdater) *UsersDraftsSendCall
- func (c *UsersDraftsSendCall) ResumableMedia(ctx context.Context, r io.ReaderAt, size int64, mediaType string) *UsersDraftsSendCall
- type UsersDraftsService
- func (r *UsersDraftsService) Create(userId string, draft *Draft) *UsersDraftsCreateCall
- func (r *UsersDraftsService) Delete(userId string, id string) *UsersDraftsDeleteCall
- func (r *UsersDraftsService) Get(userId string, id string) *UsersDraftsGetCall
- func (r *UsersDraftsService) List(userId string) *UsersDraftsListCall
- func (r *UsersDraftsService) Send(userId string, draft *Draft) *UsersDraftsSendCall
- func (r *UsersDraftsService) Update(userId string, id string, draft *Draft) *UsersDraftsUpdateCall
- type UsersDraftsUpdateCall
- func (c *UsersDraftsUpdateCall) Do() (*Draft, error)
- func (c *UsersDraftsUpdateCall) Fields(s ...googleapi.Field) *UsersDraftsUpdateCall
- func (c *UsersDraftsUpdateCall) Media(r io.Reader) *UsersDraftsUpdateCall
- func (c *UsersDraftsUpdateCall) ProgressUpdater(pu googleapi.ProgressUpdater) *UsersDraftsUpdateCall
- func (c *UsersDraftsUpdateCall) ResumableMedia(ctx context.Context, r io.ReaderAt, size int64, mediaType string) *UsersDraftsUpdateCall
- type UsersGetProfileCall
- type UsersHistoryListCall
- func (c *UsersHistoryListCall) Do() (*ListHistoryResponse, error)
- func (c *UsersHistoryListCall) Fields(s ...googleapi.Field) *UsersHistoryListCall
- func (c *UsersHistoryListCall) LabelId(labelId string) *UsersHistoryListCall
- func (c *UsersHistoryListCall) MaxResults(maxResults int64) *UsersHistoryListCall
- func (c *UsersHistoryListCall) PageToken(pageToken string) *UsersHistoryListCall
- func (c *UsersHistoryListCall) StartHistoryId(startHistoryId uint64) *UsersHistoryListCall
- type UsersHistoryService
- type UsersLabelsCreateCall
- type UsersLabelsDeleteCall
- type UsersLabelsGetCall
- type UsersLabelsListCall
- type UsersLabelsPatchCall
- type UsersLabelsService
- func (r *UsersLabelsService) Create(userId string, label *Label) *UsersLabelsCreateCall
- func (r *UsersLabelsService) Delete(userId string, id string) *UsersLabelsDeleteCall
- func (r *UsersLabelsService) Get(userId string, id string) *UsersLabelsGetCall
- func (r *UsersLabelsService) List(userId string) *UsersLabelsListCall
- func (r *UsersLabelsService) Patch(userId string, id string, label *Label) *UsersLabelsPatchCall
- func (r *UsersLabelsService) Update(userId string, id string, label *Label) *UsersLabelsUpdateCall
- type UsersLabelsUpdateCall
- type UsersMessagesAttachmentsGetCall
- type UsersMessagesAttachmentsService
- type UsersMessagesDeleteCall
- type UsersMessagesGetCall
- func (c *UsersMessagesGetCall) Do() (*Message, error)
- func (c *UsersMessagesGetCall) Fields(s ...googleapi.Field) *UsersMessagesGetCall
- func (c *UsersMessagesGetCall) Format(format string) *UsersMessagesGetCall
- func (c *UsersMessagesGetCall) MetadataHeaders(metadataHeaders string) *UsersMessagesGetCall
- type UsersMessagesImportCall
- func (c *UsersMessagesImportCall) Deleted(deleted bool) *UsersMessagesImportCall
- func (c *UsersMessagesImportCall) Do() (*Message, error)
- func (c *UsersMessagesImportCall) Fields(s ...googleapi.Field) *UsersMessagesImportCall
- func (c *UsersMessagesImportCall) InternalDateSource(internalDateSource string) *UsersMessagesImportCall
- func (c *UsersMessagesImportCall) Media(r io.Reader) *UsersMessagesImportCall
- func (c *UsersMessagesImportCall) NeverMarkSpam(neverMarkSpam bool) *UsersMessagesImportCall
- func (c *UsersMessagesImportCall) ProcessForCalendar(processForCalendar bool) *UsersMessagesImportCall
- func (c *UsersMessagesImportCall) ProgressUpdater(pu googleapi.ProgressUpdater) *UsersMessagesImportCall
- func (c *UsersMessagesImportCall) ResumableMedia(ctx context.Context, r io.ReaderAt, size int64, mediaType string) *UsersMessagesImportCall
- type UsersMessagesInsertCall
- func (c *UsersMessagesInsertCall) Deleted(deleted bool) *UsersMessagesInsertCall
- func (c *UsersMessagesInsertCall) Do() (*Message, error)
- func (c *UsersMessagesInsertCall) Fields(s ...googleapi.Field) *UsersMessagesInsertCall
- func (c *UsersMessagesInsertCall) InternalDateSource(internalDateSource string) *UsersMessagesInsertCall
- func (c *UsersMessagesInsertCall) Media(r io.Reader) *UsersMessagesInsertCall
- func (c *UsersMessagesInsertCall) ProgressUpdater(pu googleapi.ProgressUpdater) *UsersMessagesInsertCall
- func (c *UsersMessagesInsertCall) ResumableMedia(ctx context.Context, r io.ReaderAt, size int64, mediaType string) *UsersMessagesInsertCall
- type UsersMessagesListCall
- func (c *UsersMessagesListCall) Do() (*ListMessagesResponse, error)
- func (c *UsersMessagesListCall) Fields(s ...googleapi.Field) *UsersMessagesListCall
- func (c *UsersMessagesListCall) IncludeSpamTrash(includeSpamTrash bool) *UsersMessagesListCall
- func (c *UsersMessagesListCall) LabelIds(labelIds string) *UsersMessagesListCall
- func (c *UsersMessagesListCall) MaxResults(maxResults int64) *UsersMessagesListCall
- func (c *UsersMessagesListCall) PageToken(pageToken string) *UsersMessagesListCall
- func (c *UsersMessagesListCall) Q(q string) *UsersMessagesListCall
- type UsersMessagesModifyCall
- type UsersMessagesSendCall
- func (c *UsersMessagesSendCall) Do() (*Message, error)
- func (c *UsersMessagesSendCall) Fields(s ...googleapi.Field) *UsersMessagesSendCall
- func (c *UsersMessagesSendCall) Media(r io.Reader) *UsersMessagesSendCall
- func (c *UsersMessagesSendCall) ProgressUpdater(pu googleapi.ProgressUpdater) *UsersMessagesSendCall
- func (c *UsersMessagesSendCall) ResumableMedia(ctx context.Context, r io.ReaderAt, size int64, mediaType string) *UsersMessagesSendCall
- type UsersMessagesService
- func (r *UsersMessagesService) Delete(userId string, id string) *UsersMessagesDeleteCall
- func (r *UsersMessagesService) Get(userId string, id string) *UsersMessagesGetCall
- func (r *UsersMessagesService) Import(userId string, message *Message) *UsersMessagesImportCall
- func (r *UsersMessagesService) Insert(userId string, message *Message) *UsersMessagesInsertCall
- func (r *UsersMessagesService) List(userId string) *UsersMessagesListCall
- func (r *UsersMessagesService) Modify(userId string, id string, modifymessagerequest *ModifyMessageRequest) *UsersMessagesModifyCall
- func (r *UsersMessagesService) Send(userId string, message *Message) *UsersMessagesSendCall
- func (r *UsersMessagesService) Trash(userId string, id string) *UsersMessagesTrashCall
- func (r *UsersMessagesService) Untrash(userId string, id string) *UsersMessagesUntrashCall
- type UsersMessagesTrashCall
- type UsersMessagesUntrashCall
- type UsersService
- type UsersStopCall
- type UsersThreadsDeleteCall
- type UsersThreadsGetCall
- type UsersThreadsListCall
- func (c *UsersThreadsListCall) Do() (*ListThreadsResponse, error)
- func (c *UsersThreadsListCall) Fields(s ...googleapi.Field) *UsersThreadsListCall
- func (c *UsersThreadsListCall) IncludeSpamTrash(includeSpamTrash bool) *UsersThreadsListCall
- func (c *UsersThreadsListCall) LabelIds(labelIds string) *UsersThreadsListCall
- func (c *UsersThreadsListCall) MaxResults(maxResults int64) *UsersThreadsListCall
- func (c *UsersThreadsListCall) PageToken(pageToken string) *UsersThreadsListCall
- func (c *UsersThreadsListCall) Q(q string) *UsersThreadsListCall
- type UsersThreadsModifyCall
- type UsersThreadsService
- func (r *UsersThreadsService) Delete(userId string, id string) *UsersThreadsDeleteCall
- func (r *UsersThreadsService) Get(userId string, id string) *UsersThreadsGetCall
- func (r *UsersThreadsService) List(userId string) *UsersThreadsListCall
- func (r *UsersThreadsService) Modify(userId string, id string, modifythreadrequest *ModifyThreadRequest) *UsersThreadsModifyCall
- func (r *UsersThreadsService) Trash(userId string, id string) *UsersThreadsTrashCall
- func (r *UsersThreadsService) Untrash(userId string, id string) *UsersThreadsUntrashCall
- type UsersThreadsTrashCall
- type UsersThreadsUntrashCall
- type UsersWatchCall
- type WatchRequest
- type WatchResponse
Constants ¶
const ( // View and manage your mail MailGoogleComScope = "https://mail.google.com/" // Manage drafts and send emails GmailComposeScope = "https://www.googleapis.com/auth/gmail.compose" // Insert mail into your mailbox GmailInsertScope = "https://www.googleapis.com/auth/gmail.insert" // Manage mailbox labels GmailLabelsScope = "https://www.googleapis.com/auth/gmail.labels" // View and modify but not delete your email GmailModifyScope = "https://www.googleapis.com/auth/gmail.modify" // View your emails messages and settings GmailReadonlyScope = "https://www.googleapis.com/auth/gmail.readonly" // Send email on your behalf GmailSendScope = "https://www.googleapis.com/auth/gmail.send" )
OAuth2 scopes used by this API.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Draft ¶
type Draft struct { // Id: The immutable ID of the draft. Id string `json:"id,omitempty"` // Message: The message content of the draft. Message *Message `json:"message,omitempty"` }
Draft: A draft email in the user's mailbox.
type History ¶
type History struct { // Id: The mailbox sequence ID. Id uint64 `json:"id,omitempty,string"` // LabelsAdded: Labels added to messages in this history record. LabelsAdded []*HistoryLabelAdded `json:"labelsAdded,omitempty"` // LabelsRemoved: Labels removed from messages in this history record. LabelsRemoved []*HistoryLabelRemoved `json:"labelsRemoved,omitempty"` // Messages: List of messages changed in this history record. The fields // for specific change types, such as messagesAdded may duplicate // messages in this field. We recommend using the specific change-type // fields instead of this. Messages []*Message `json:"messages,omitempty"` // MessagesAdded: Messages added to the mailbox in this history record. MessagesAdded []*HistoryMessageAdded `json:"messagesAdded,omitempty"` // MessagesDeleted: Messages deleted (not Trashed) from the mailbox in // this history record. MessagesDeleted []*HistoryMessageDeleted `json:"messagesDeleted,omitempty"` }
History: A record of a change to the user's mailbox. Each history change may affect multiple messages in multiple ways.
type HistoryLabelAdded ¶
type HistoryLabelRemoved ¶
type HistoryMessageAdded ¶
type HistoryMessageAdded struct {
Message *Message `json:"message,omitempty"`
}
type HistoryMessageDeleted ¶
type HistoryMessageDeleted struct {
Message *Message `json:"message,omitempty"`
}
type Label ¶
type Label struct { // Id: The immutable ID of the label. Id string `json:"id,omitempty"` // LabelListVisibility: The visibility of the label in the label list in // the Gmail web interface. // // Possible values: // "labelHide" // "labelShow" // "labelShowIfUnread" LabelListVisibility string `json:"labelListVisibility,omitempty"` // MessageListVisibility: The visibility of the label in the message // list in the Gmail web interface. // // Possible values: // "hide" // "show" MessageListVisibility string `json:"messageListVisibility,omitempty"` // MessagesTotal: The total number of messages with the label. MessagesTotal int64 `json:"messagesTotal,omitempty"` // MessagesUnread: The number of unread messages with the label. MessagesUnread int64 `json:"messagesUnread,omitempty"` // Name: The display name of the label. Name string `json:"name,omitempty"` // ThreadsTotal: The total number of threads with the label. ThreadsTotal int64 `json:"threadsTotal,omitempty"` // ThreadsUnread: The number of unread threads with the label. ThreadsUnread int64 `json:"threadsUnread,omitempty"` // Type: The owner type for the label. User labels are created by the // user and can be modified and deleted by the user and can be applied // to any message or thread. System labels are internally created and // cannot be added, modified, or deleted. System labels may be able to // be applied to or removed from messages and threads under some // circumstances but this is not guaranteed. For example, users can // apply and remove the INBOX and UNREAD labels from messages and // threads, but cannot apply or remove the DRAFTS or SENT labels from // messages or threads. // // Possible values: // "system" // "user" Type string `json:"type,omitempty"` }
Label: Labels are used to categorize messages and threads within the user's mailbox.
type ListDraftsResponse ¶
type ListDraftsResponse struct { // Drafts: List of drafts. Drafts []*Draft `json:"drafts,omitempty"` // NextPageToken: Token to retrieve the next page of results in the // list. NextPageToken string `json:"nextPageToken,omitempty"` // ResultSizeEstimate: Estimated total number of results. ResultSizeEstimate int64 `json:"resultSizeEstimate,omitempty"` }
type ListHistoryResponse ¶
type ListHistoryResponse struct { // History: List of history records. Any messages contained in the // response will typically only have id and threadId fields populated. History []*History `json:"history,omitempty"` // HistoryId: The ID of the mailbox's current history record. HistoryId uint64 `json:"historyId,omitempty,string"` // NextPageToken: Page token to retrieve the next page of results in the // list. NextPageToken string `json:"nextPageToken,omitempty"` }
type ListLabelsResponse ¶
type ListLabelsResponse struct { // Labels: List of labels. Labels []*Label `json:"labels,omitempty"` }
type ListMessagesResponse ¶
type ListMessagesResponse struct { // Messages: List of messages. Messages []*Message `json:"messages,omitempty"` // NextPageToken: Token to retrieve the next page of results in the // list. NextPageToken string `json:"nextPageToken,omitempty"` // ResultSizeEstimate: Estimated total number of results. ResultSizeEstimate int64 `json:"resultSizeEstimate,omitempty"` }
type ListThreadsResponse ¶
type ListThreadsResponse struct { // NextPageToken: Page token to retrieve the next page of results in the // list. NextPageToken string `json:"nextPageToken,omitempty"` // ResultSizeEstimate: Estimated total number of results. ResultSizeEstimate int64 `json:"resultSizeEstimate,omitempty"` // Threads: List of threads. Threads []*Thread `json:"threads,omitempty"` }
type Message ¶
type Message struct { // HistoryId: The ID of the last history record that modified this // message. HistoryId uint64 `json:"historyId,omitempty,string"` // Id: The immutable ID of the message. Id string `json:"id,omitempty"` // InternalDate: The internal message creation timestamp (epoch ms), // which determines ordering in the inbox. For normal SMTP-received // email, this represents the time the message was originally accepted // by Google, which is more reliable than the Date header. However, for // API-migrated mail, it can be configured by client to be based on the // Date header. InternalDate int64 `json:"internalDate,omitempty,string"` // LabelIds: List of IDs of labels applied to this message. LabelIds []string `json:"labelIds,omitempty"` // Payload: The parsed email structure in the message parts. Payload *MessagePart `json:"payload,omitempty"` // Raw: The entire email message in an RFC 2822 formatted and base64url // encoded string. Returned in messages.get and drafts.get responses // when the format=RAW parameter is supplied. Raw string `json:"raw,omitempty"` // SizeEstimate: Estimated size in bytes of the message. SizeEstimate int64 `json:"sizeEstimate,omitempty"` // Snippet: A short part of the message text. Snippet string `json:"snippet,omitempty"` // ThreadId: The ID of the thread the message belongs to. To add a // message or draft to a thread, the following criteria must be met: // - The requested threadId must be specified on the Message or // Draft.Message you supply with your request. // - The References and In-Reply-To headers must be set in compliance // with the RFC 2822 standard. // - The Subject headers must match. ThreadId string `json:"threadId,omitempty"` }
Message: An email message.
type MessagePart ¶
type MessagePart struct { // Body: The message part body for this part, which may be empty for // container MIME message parts. Body *MessagePartBody `json:"body,omitempty"` // Filename: The filename of the attachment. Only present if this // message part represents an attachment. Filename string `json:"filename,omitempty"` // Headers: List of headers on this message part. For the top-level // message part, representing the entire message payload, it will // contain the standard RFC 2822 email headers such as To, From, and // Subject. Headers []*MessagePartHeader `json:"headers,omitempty"` // MimeType: The MIME type of the message part. MimeType string `json:"mimeType,omitempty"` // PartId: The immutable ID of the message part. PartId string `json:"partId,omitempty"` // Parts: The child MIME message parts of this part. This only applies // to container MIME message parts, for example multipart/*. For non- // container MIME message part types, such as text/plain, this field is // empty. For more information, see RFC 1521. Parts []*MessagePart `json:"parts,omitempty"` }
MessagePart: A single MIME message part.
type MessagePartBody ¶
type MessagePartBody struct { // AttachmentId: When present, contains the ID of an external attachment // that can be retrieved in a separate messages.attachments.get request. // When not present, the entire content of the message part body is // contained in the data field. AttachmentId string `json:"attachmentId,omitempty"` // Data: The body data of a MIME message part. May be empty for MIME // container types that have no message body or when the body data is // sent as a separate attachment. An attachment ID is present if the // body data is contained in a separate attachment. Data string `json:"data,omitempty"` // Size: Total number of bytes in the body of the message part. Size int64 `json:"size,omitempty"` }
MessagePartBody: The body of a single MIME message part.
type MessagePartHeader ¶
type ModifyMessageRequest ¶
type ModifyThreadRequest ¶
type Profile ¶
type Profile struct { // EmailAddress: The user's email address. EmailAddress string `json:"emailAddress,omitempty"` // HistoryId: The ID of the mailbox's current history record. HistoryId uint64 `json:"historyId,omitempty,string"` // MessagesTotal: The total number of messages in the mailbox. MessagesTotal int64 `json:"messagesTotal,omitempty"` // ThreadsTotal: The total number of threads in the mailbox. ThreadsTotal int64 `json:"threadsTotal,omitempty"` }
Profile: Profile for a Gmail user.
type Service ¶
type Service struct { BasePath string // API endpoint base URL UserAgent string // optional additional User-Agent fragment Users *UsersService // contains filtered or unexported fields }
type Thread ¶
type Thread struct { // HistoryId: The ID of the last history record that modified this // thread. HistoryId uint64 `json:"historyId,omitempty,string"` // Id: The unique ID of the thread. Id string `json:"id,omitempty"` // Messages: The list of messages in the thread. Messages []*Message `json:"messages,omitempty"` // Snippet: A short part of the message text. Snippet string `json:"snippet,omitempty"` }
Thread: A collection of messages representing a conversation.
type UsersDraftsCreateCall ¶
type UsersDraftsCreateCall struct {
// contains filtered or unexported fields
}
func (*UsersDraftsCreateCall) Do ¶
func (c *UsersDraftsCreateCall) Do() (*Draft, error)
func (*UsersDraftsCreateCall) Fields ¶
func (c *UsersDraftsCreateCall) Fields(s ...googleapi.Field) *UsersDraftsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*UsersDraftsCreateCall) Media ¶
func (c *UsersDraftsCreateCall) Media(r io.Reader) *UsersDraftsCreateCall
Media specifies the media to upload in a single chunk. At most one of Media and ResumableMedia may be set.
func (*UsersDraftsCreateCall) ProgressUpdater ¶
func (c *UsersDraftsCreateCall) ProgressUpdater(pu googleapi.ProgressUpdater) *UsersDraftsCreateCall
ProgressUpdater provides a callback function that will be called after every chunk. It should be a low-latency function in order to not slow down the upload operation. This should only be called when using ResumableMedia (as opposed to Media).
func (*UsersDraftsCreateCall) ResumableMedia ¶
func (c *UsersDraftsCreateCall) ResumableMedia(ctx context.Context, r io.ReaderAt, size int64, mediaType string) *UsersDraftsCreateCall
ResumableMedia specifies the media to upload in chunks and can be cancelled with ctx. At most one of Media and ResumableMedia may be set. mediaType identifies the MIME media type of the upload, such as "image/png". If mediaType is "", it will be auto-detected.
type UsersDraftsDeleteCall ¶
type UsersDraftsDeleteCall struct {
// contains filtered or unexported fields
}
func (*UsersDraftsDeleteCall) Do ¶
func (c *UsersDraftsDeleteCall) Do() error
func (*UsersDraftsDeleteCall) Fields ¶
func (c *UsersDraftsDeleteCall) Fields(s ...googleapi.Field) *UsersDraftsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
type UsersDraftsGetCall ¶
type UsersDraftsGetCall struct {
// contains filtered or unexported fields
}
func (*UsersDraftsGetCall) Do ¶
func (c *UsersDraftsGetCall) Do() (*Draft, error)
func (*UsersDraftsGetCall) Fields ¶
func (c *UsersDraftsGetCall) Fields(s ...googleapi.Field) *UsersDraftsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*UsersDraftsGetCall) Format ¶
func (c *UsersDraftsGetCall) Format(format string) *UsersDraftsGetCall
Format sets the optional parameter "format": The format to return the draft in.
Possible values:
"full" (default) "metadata" "minimal" "raw"
type UsersDraftsListCall ¶
type UsersDraftsListCall struct {
// contains filtered or unexported fields
}
func (*UsersDraftsListCall) Do ¶
func (c *UsersDraftsListCall) Do() (*ListDraftsResponse, error)
func (*UsersDraftsListCall) Fields ¶
func (c *UsersDraftsListCall) Fields(s ...googleapi.Field) *UsersDraftsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*UsersDraftsListCall) MaxResults ¶
func (c *UsersDraftsListCall) MaxResults(maxResults int64) *UsersDraftsListCall
MaxResults sets the optional parameter "maxResults": Maximum number of drafts to return.
func (*UsersDraftsListCall) PageToken ¶
func (c *UsersDraftsListCall) PageToken(pageToken string) *UsersDraftsListCall
PageToken sets the optional parameter "pageToken": Page token to retrieve a specific page of results in the list.
type UsersDraftsSendCall ¶
type UsersDraftsSendCall struct {
// contains filtered or unexported fields
}
func (*UsersDraftsSendCall) Do ¶
func (c *UsersDraftsSendCall) Do() (*Message, error)
func (*UsersDraftsSendCall) Fields ¶
func (c *UsersDraftsSendCall) Fields(s ...googleapi.Field) *UsersDraftsSendCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*UsersDraftsSendCall) Media ¶
func (c *UsersDraftsSendCall) Media(r io.Reader) *UsersDraftsSendCall
Media specifies the media to upload in a single chunk. At most one of Media and ResumableMedia may be set.
func (*UsersDraftsSendCall) ProgressUpdater ¶
func (c *UsersDraftsSendCall) ProgressUpdater(pu googleapi.ProgressUpdater) *UsersDraftsSendCall
ProgressUpdater provides a callback function that will be called after every chunk. It should be a low-latency function in order to not slow down the upload operation. This should only be called when using ResumableMedia (as opposed to Media).
func (*UsersDraftsSendCall) ResumableMedia ¶
func (c *UsersDraftsSendCall) ResumableMedia(ctx context.Context, r io.ReaderAt, size int64, mediaType string) *UsersDraftsSendCall
ResumableMedia specifies the media to upload in chunks and can be cancelled with ctx. At most one of Media and ResumableMedia may be set. mediaType identifies the MIME media type of the upload, such as "image/png". If mediaType is "", it will be auto-detected.
type UsersDraftsService ¶
type UsersDraftsService struct {
// contains filtered or unexported fields
}
func NewUsersDraftsService ¶
func NewUsersDraftsService(s *Service) *UsersDraftsService
func (*UsersDraftsService) Create ¶
func (r *UsersDraftsService) Create(userId string, draft *Draft) *UsersDraftsCreateCall
Create: Creates a new draft with the DRAFT label.
func (*UsersDraftsService) Delete ¶
func (r *UsersDraftsService) Delete(userId string, id string) *UsersDraftsDeleteCall
Delete: Immediately and permanently deletes the specified draft. Does not simply trash it.
func (*UsersDraftsService) Get ¶
func (r *UsersDraftsService) Get(userId string, id string) *UsersDraftsGetCall
Get: Gets the specified draft.
func (*UsersDraftsService) List ¶
func (r *UsersDraftsService) List(userId string) *UsersDraftsListCall
List: Lists the drafts in the user's mailbox.
func (*UsersDraftsService) Send ¶
func (r *UsersDraftsService) Send(userId string, draft *Draft) *UsersDraftsSendCall
Send: Sends the specified, existing draft to the recipients in the To, Cc, and Bcc headers.
func (*UsersDraftsService) Update ¶
func (r *UsersDraftsService) Update(userId string, id string, draft *Draft) *UsersDraftsUpdateCall
Update: Replaces a draft's content.
type UsersDraftsUpdateCall ¶
type UsersDraftsUpdateCall struct {
// contains filtered or unexported fields
}
func (*UsersDraftsUpdateCall) Do ¶
func (c *UsersDraftsUpdateCall) Do() (*Draft, error)
func (*UsersDraftsUpdateCall) Fields ¶
func (c *UsersDraftsUpdateCall) Fields(s ...googleapi.Field) *UsersDraftsUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*UsersDraftsUpdateCall) Media ¶
func (c *UsersDraftsUpdateCall) Media(r io.Reader) *UsersDraftsUpdateCall
Media specifies the media to upload in a single chunk. At most one of Media and ResumableMedia may be set.
func (*UsersDraftsUpdateCall) ProgressUpdater ¶
func (c *UsersDraftsUpdateCall) ProgressUpdater(pu googleapi.ProgressUpdater) *UsersDraftsUpdateCall
ProgressUpdater provides a callback function that will be called after every chunk. It should be a low-latency function in order to not slow down the upload operation. This should only be called when using ResumableMedia (as opposed to Media).
func (*UsersDraftsUpdateCall) ResumableMedia ¶
func (c *UsersDraftsUpdateCall) ResumableMedia(ctx context.Context, r io.ReaderAt, size int64, mediaType string) *UsersDraftsUpdateCall
ResumableMedia specifies the media to upload in chunks and can be cancelled with ctx. At most one of Media and ResumableMedia may be set. mediaType identifies the MIME media type of the upload, such as "image/png". If mediaType is "", it will be auto-detected.
type UsersGetProfileCall ¶
type UsersGetProfileCall struct {
// contains filtered or unexported fields
}
func (*UsersGetProfileCall) Do ¶
func (c *UsersGetProfileCall) Do() (*Profile, error)
func (*UsersGetProfileCall) Fields ¶
func (c *UsersGetProfileCall) Fields(s ...googleapi.Field) *UsersGetProfileCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
type UsersHistoryListCall ¶
type UsersHistoryListCall struct {
// contains filtered or unexported fields
}
func (*UsersHistoryListCall) Do ¶
func (c *UsersHistoryListCall) Do() (*ListHistoryResponse, error)
func (*UsersHistoryListCall) Fields ¶
func (c *UsersHistoryListCall) Fields(s ...googleapi.Field) *UsersHistoryListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*UsersHistoryListCall) LabelId ¶
func (c *UsersHistoryListCall) LabelId(labelId string) *UsersHistoryListCall
LabelId sets the optional parameter "labelId": Only return messages with a label matching the ID.
func (*UsersHistoryListCall) MaxResults ¶
func (c *UsersHistoryListCall) MaxResults(maxResults int64) *UsersHistoryListCall
MaxResults sets the optional parameter "maxResults": The maximum number of history records to return.
func (*UsersHistoryListCall) PageToken ¶
func (c *UsersHistoryListCall) PageToken(pageToken string) *UsersHistoryListCall
PageToken sets the optional parameter "pageToken": Page token to retrieve a specific page of results in the list.
func (*UsersHistoryListCall) StartHistoryId ¶
func (c *UsersHistoryListCall) StartHistoryId(startHistoryId uint64) *UsersHistoryListCall
StartHistoryId sets the optional parameter "startHistoryId": Required. Returns history records after the specified startHistoryId. The supplied startHistoryId should be obtained from the historyId of a message, thread, or previous list response. History IDs increase chronologically but are not contiguous with random gaps in between valid IDs. Supplying an invalid or out of date startHistoryId typically returns an HTTP 404 error code. A historyId is typically valid for at least a week, but in some rare circumstances may be valid for only a few hours. If you receive an HTTP 404 error response, your application should perform a full sync. If you receive no nextPageToken in the response, there are no updates to retrieve and you can store the returned historyId for a future request.
type UsersHistoryService ¶
type UsersHistoryService struct {
// contains filtered or unexported fields
}
func NewUsersHistoryService ¶
func NewUsersHistoryService(s *Service) *UsersHistoryService
func (*UsersHistoryService) List ¶
func (r *UsersHistoryService) List(userId string) *UsersHistoryListCall
List: Lists the history of all changes to the given mailbox. History results are returned in chronological order (increasing historyId).
type UsersLabelsCreateCall ¶
type UsersLabelsCreateCall struct {
// contains filtered or unexported fields
}
func (*UsersLabelsCreateCall) Do ¶
func (c *UsersLabelsCreateCall) Do() (*Label, error)
func (*UsersLabelsCreateCall) Fields ¶
func (c *UsersLabelsCreateCall) Fields(s ...googleapi.Field) *UsersLabelsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
type UsersLabelsDeleteCall ¶
type UsersLabelsDeleteCall struct {
// contains filtered or unexported fields
}
func (*UsersLabelsDeleteCall) Do ¶
func (c *UsersLabelsDeleteCall) Do() error
func (*UsersLabelsDeleteCall) Fields ¶
func (c *UsersLabelsDeleteCall) Fields(s ...googleapi.Field) *UsersLabelsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
type UsersLabelsGetCall ¶
type UsersLabelsGetCall struct {
// contains filtered or unexported fields
}
func (*UsersLabelsGetCall) Do ¶
func (c *UsersLabelsGetCall) Do() (*Label, error)
func (*UsersLabelsGetCall) Fields ¶
func (c *UsersLabelsGetCall) Fields(s ...googleapi.Field) *UsersLabelsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
type UsersLabelsListCall ¶
type UsersLabelsListCall struct {
// contains filtered or unexported fields
}
func (*UsersLabelsListCall) Do ¶
func (c *UsersLabelsListCall) Do() (*ListLabelsResponse, error)
func (*UsersLabelsListCall) Fields ¶
func (c *UsersLabelsListCall) Fields(s ...googleapi.Field) *UsersLabelsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
type UsersLabelsPatchCall ¶
type UsersLabelsPatchCall struct {
// contains filtered or unexported fields
}
func (*UsersLabelsPatchCall) Do ¶
func (c *UsersLabelsPatchCall) Do() (*Label, error)
func (*UsersLabelsPatchCall) Fields ¶
func (c *UsersLabelsPatchCall) Fields(s ...googleapi.Field) *UsersLabelsPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
type UsersLabelsService ¶
type UsersLabelsService struct {
// contains filtered or unexported fields
}
func NewUsersLabelsService ¶
func NewUsersLabelsService(s *Service) *UsersLabelsService
func (*UsersLabelsService) Create ¶
func (r *UsersLabelsService) Create(userId string, label *Label) *UsersLabelsCreateCall
Create: Creates a new label.
func (*UsersLabelsService) Delete ¶
func (r *UsersLabelsService) Delete(userId string, id string) *UsersLabelsDeleteCall
Delete: Immediately and permanently deletes the specified label and removes it from any messages and threads that it is applied to.
func (*UsersLabelsService) Get ¶
func (r *UsersLabelsService) Get(userId string, id string) *UsersLabelsGetCall
Get: Gets the specified label.
func (*UsersLabelsService) List ¶
func (r *UsersLabelsService) List(userId string) *UsersLabelsListCall
List: Lists all labels in the user's mailbox.
func (*UsersLabelsService) Patch ¶
func (r *UsersLabelsService) Patch(userId string, id string, label *Label) *UsersLabelsPatchCall
Patch: Updates the specified label. This method supports patch semantics.
func (*UsersLabelsService) Update ¶
func (r *UsersLabelsService) Update(userId string, id string, label *Label) *UsersLabelsUpdateCall
Update: Updates the specified label.
type UsersLabelsUpdateCall ¶
type UsersLabelsUpdateCall struct {
// contains filtered or unexported fields
}
func (*UsersLabelsUpdateCall) Do ¶
func (c *UsersLabelsUpdateCall) Do() (*Label, error)
func (*UsersLabelsUpdateCall) Fields ¶
func (c *UsersLabelsUpdateCall) Fields(s ...googleapi.Field) *UsersLabelsUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
type UsersMessagesAttachmentsGetCall ¶
type UsersMessagesAttachmentsGetCall struct {
// contains filtered or unexported fields
}
func (*UsersMessagesAttachmentsGetCall) Do ¶
func (c *UsersMessagesAttachmentsGetCall) Do() (*MessagePartBody, error)
func (*UsersMessagesAttachmentsGetCall) Fields ¶
func (c *UsersMessagesAttachmentsGetCall) Fields(s ...googleapi.Field) *UsersMessagesAttachmentsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
type UsersMessagesAttachmentsService ¶
type UsersMessagesAttachmentsService struct {
// contains filtered or unexported fields
}
func NewUsersMessagesAttachmentsService ¶
func NewUsersMessagesAttachmentsService(s *Service) *UsersMessagesAttachmentsService
func (*UsersMessagesAttachmentsService) Get ¶
func (r *UsersMessagesAttachmentsService) Get(userId string, messageId string, id string) *UsersMessagesAttachmentsGetCall
Get: Gets the specified message attachment.
type UsersMessagesDeleteCall ¶
type UsersMessagesDeleteCall struct {
// contains filtered or unexported fields
}
func (*UsersMessagesDeleteCall) Do ¶
func (c *UsersMessagesDeleteCall) Do() error
func (*UsersMessagesDeleteCall) Fields ¶
func (c *UsersMessagesDeleteCall) Fields(s ...googleapi.Field) *UsersMessagesDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
type UsersMessagesGetCall ¶
type UsersMessagesGetCall struct {
// contains filtered or unexported fields
}
func (*UsersMessagesGetCall) Do ¶
func (c *UsersMessagesGetCall) Do() (*Message, error)
func (*UsersMessagesGetCall) Fields ¶
func (c *UsersMessagesGetCall) Fields(s ...googleapi.Field) *UsersMessagesGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*UsersMessagesGetCall) Format ¶
func (c *UsersMessagesGetCall) Format(format string) *UsersMessagesGetCall
Format sets the optional parameter "format": The format to return the message in.
Possible values:
"full" (default) "metadata" "minimal" "raw"
func (*UsersMessagesGetCall) MetadataHeaders ¶
func (c *UsersMessagesGetCall) MetadataHeaders(metadataHeaders string) *UsersMessagesGetCall
MetadataHeaders sets the optional parameter "metadataHeaders": When given and format is METADATA, only include headers specified.
type UsersMessagesImportCall ¶
type UsersMessagesImportCall struct {
// contains filtered or unexported fields
}
func (*UsersMessagesImportCall) Deleted ¶
func (c *UsersMessagesImportCall) Deleted(deleted bool) *UsersMessagesImportCall
Deleted sets the optional parameter "deleted": Mark the email as permanently deleted (not TRASH) and only visible in Google Apps Vault to a Vault administrator. Only used for Google Apps for Work accounts.
func (*UsersMessagesImportCall) Do ¶
func (c *UsersMessagesImportCall) Do() (*Message, error)
func (*UsersMessagesImportCall) Fields ¶
func (c *UsersMessagesImportCall) Fields(s ...googleapi.Field) *UsersMessagesImportCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*UsersMessagesImportCall) InternalDateSource ¶
func (c *UsersMessagesImportCall) InternalDateSource(internalDateSource string) *UsersMessagesImportCall
InternalDateSource sets the optional parameter "internalDateSource": Source for Gmail's internal date of the message.
Possible values:
"dateHeader" (default) "receivedTime"
func (*UsersMessagesImportCall) Media ¶
func (c *UsersMessagesImportCall) Media(r io.Reader) *UsersMessagesImportCall
Media specifies the media to upload in a single chunk. At most one of Media and ResumableMedia may be set.
func (*UsersMessagesImportCall) NeverMarkSpam ¶
func (c *UsersMessagesImportCall) NeverMarkSpam(neverMarkSpam bool) *UsersMessagesImportCall
NeverMarkSpam sets the optional parameter "neverMarkSpam": Ignore the Gmail spam classifier decision and never mark this email as SPAM in the mailbox.
func (*UsersMessagesImportCall) ProcessForCalendar ¶
func (c *UsersMessagesImportCall) ProcessForCalendar(processForCalendar bool) *UsersMessagesImportCall
ProcessForCalendar sets the optional parameter "processForCalendar": Process calendar invites in the email and add any extracted meetings to the Google Calendar for this user.
func (*UsersMessagesImportCall) ProgressUpdater ¶
func (c *UsersMessagesImportCall) ProgressUpdater(pu googleapi.ProgressUpdater) *UsersMessagesImportCall
ProgressUpdater provides a callback function that will be called after every chunk. It should be a low-latency function in order to not slow down the upload operation. This should only be called when using ResumableMedia (as opposed to Media).
func (*UsersMessagesImportCall) ResumableMedia ¶
func (c *UsersMessagesImportCall) ResumableMedia(ctx context.Context, r io.ReaderAt, size int64, mediaType string) *UsersMessagesImportCall
ResumableMedia specifies the media to upload in chunks and can be cancelled with ctx. At most one of Media and ResumableMedia may be set. mediaType identifies the MIME media type of the upload, such as "image/png". If mediaType is "", it will be auto-detected.
type UsersMessagesInsertCall ¶
type UsersMessagesInsertCall struct {
// contains filtered or unexported fields
}
func (*UsersMessagesInsertCall) Deleted ¶
func (c *UsersMessagesInsertCall) Deleted(deleted bool) *UsersMessagesInsertCall
Deleted sets the optional parameter "deleted": Mark the email as permanently deleted (not TRASH) and only visible in Google Apps Vault to a Vault administrator. Only used for Google Apps for Work accounts.
func (*UsersMessagesInsertCall) Do ¶
func (c *UsersMessagesInsertCall) Do() (*Message, error)
func (*UsersMessagesInsertCall) Fields ¶
func (c *UsersMessagesInsertCall) Fields(s ...googleapi.Field) *UsersMessagesInsertCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*UsersMessagesInsertCall) InternalDateSource ¶
func (c *UsersMessagesInsertCall) InternalDateSource(internalDateSource string) *UsersMessagesInsertCall
InternalDateSource sets the optional parameter "internalDateSource": Source for Gmail's internal date of the message.
Possible values:
"dateHeader" "receivedTime" (default)
func (*UsersMessagesInsertCall) Media ¶
func (c *UsersMessagesInsertCall) Media(r io.Reader) *UsersMessagesInsertCall
Media specifies the media to upload in a single chunk. At most one of Media and ResumableMedia may be set.
func (*UsersMessagesInsertCall) ProgressUpdater ¶
func (c *UsersMessagesInsertCall) ProgressUpdater(pu googleapi.ProgressUpdater) *UsersMessagesInsertCall
ProgressUpdater provides a callback function that will be called after every chunk. It should be a low-latency function in order to not slow down the upload operation. This should only be called when using ResumableMedia (as opposed to Media).
func (*UsersMessagesInsertCall) ResumableMedia ¶
func (c *UsersMessagesInsertCall) ResumableMedia(ctx context.Context, r io.ReaderAt, size int64, mediaType string) *UsersMessagesInsertCall
ResumableMedia specifies the media to upload in chunks and can be cancelled with ctx. At most one of Media and ResumableMedia may be set. mediaType identifies the MIME media type of the upload, such as "image/png". If mediaType is "", it will be auto-detected.
type UsersMessagesListCall ¶
type UsersMessagesListCall struct {
// contains filtered or unexported fields
}
func (*UsersMessagesListCall) Do ¶
func (c *UsersMessagesListCall) Do() (*ListMessagesResponse, error)
func (*UsersMessagesListCall) Fields ¶
func (c *UsersMessagesListCall) Fields(s ...googleapi.Field) *UsersMessagesListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*UsersMessagesListCall) IncludeSpamTrash ¶
func (c *UsersMessagesListCall) IncludeSpamTrash(includeSpamTrash bool) *UsersMessagesListCall
IncludeSpamTrash sets the optional parameter "includeSpamTrash": Include messages from SPAM and TRASH in the results.
func (*UsersMessagesListCall) LabelIds ¶
func (c *UsersMessagesListCall) LabelIds(labelIds string) *UsersMessagesListCall
LabelIds sets the optional parameter "labelIds": Only return messages with labels that match all of the specified label IDs.
func (*UsersMessagesListCall) MaxResults ¶
func (c *UsersMessagesListCall) MaxResults(maxResults int64) *UsersMessagesListCall
MaxResults sets the optional parameter "maxResults": Maximum number of messages to return.
func (*UsersMessagesListCall) PageToken ¶
func (c *UsersMessagesListCall) PageToken(pageToken string) *UsersMessagesListCall
PageToken sets the optional parameter "pageToken": Page token to retrieve a specific page of results in the list.
func (*UsersMessagesListCall) Q ¶
func (c *UsersMessagesListCall) Q(q string) *UsersMessagesListCall
Q sets the optional parameter "q": Only return messages matching the specified query. Supports the same query format as the Gmail search box. For example, "from:someuser@example.com rfc822msgid: is:unread".
type UsersMessagesModifyCall ¶
type UsersMessagesModifyCall struct {
// contains filtered or unexported fields
}
func (*UsersMessagesModifyCall) Do ¶
func (c *UsersMessagesModifyCall) Do() (*Message, error)
func (*UsersMessagesModifyCall) Fields ¶
func (c *UsersMessagesModifyCall) Fields(s ...googleapi.Field) *UsersMessagesModifyCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
type UsersMessagesSendCall ¶
type UsersMessagesSendCall struct {
// contains filtered or unexported fields
}
func (*UsersMessagesSendCall) Do ¶
func (c *UsersMessagesSendCall) Do() (*Message, error)
func (*UsersMessagesSendCall) Fields ¶
func (c *UsersMessagesSendCall) Fields(s ...googleapi.Field) *UsersMessagesSendCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*UsersMessagesSendCall) Media ¶
func (c *UsersMessagesSendCall) Media(r io.Reader) *UsersMessagesSendCall
Media specifies the media to upload in a single chunk. At most one of Media and ResumableMedia may be set.
func (*UsersMessagesSendCall) ProgressUpdater ¶
func (c *UsersMessagesSendCall) ProgressUpdater(pu googleapi.ProgressUpdater) *UsersMessagesSendCall
ProgressUpdater provides a callback function that will be called after every chunk. It should be a low-latency function in order to not slow down the upload operation. This should only be called when using ResumableMedia (as opposed to Media).
func (*UsersMessagesSendCall) ResumableMedia ¶
func (c *UsersMessagesSendCall) ResumableMedia(ctx context.Context, r io.ReaderAt, size int64, mediaType string) *UsersMessagesSendCall
ResumableMedia specifies the media to upload in chunks and can be cancelled with ctx. At most one of Media and ResumableMedia may be set. mediaType identifies the MIME media type of the upload, such as "image/png". If mediaType is "", it will be auto-detected.
type UsersMessagesService ¶
type UsersMessagesService struct { Attachments *UsersMessagesAttachmentsService // contains filtered or unexported fields }
func NewUsersMessagesService ¶
func NewUsersMessagesService(s *Service) *UsersMessagesService
func (*UsersMessagesService) Delete ¶
func (r *UsersMessagesService) Delete(userId string, id string) *UsersMessagesDeleteCall
Delete: Immediately and permanently deletes the specified message. This operation cannot be undone. Prefer messages.trash instead.
func (*UsersMessagesService) Get ¶
func (r *UsersMessagesService) Get(userId string, id string) *UsersMessagesGetCall
Get: Gets the specified message.
func (*UsersMessagesService) Import ¶
func (r *UsersMessagesService) Import(userId string, message *Message) *UsersMessagesImportCall
Import: Imports a message into only this user's mailbox, with standard email delivery scanning and classification similar to receiving via SMTP. Does not send a message.
func (*UsersMessagesService) Insert ¶
func (r *UsersMessagesService) Insert(userId string, message *Message) *UsersMessagesInsertCall
Insert: Directly inserts a message into only this user's mailbox similar to IMAP APPEND, bypassing most scanning and classification. Does not send a message.
func (*UsersMessagesService) List ¶
func (r *UsersMessagesService) List(userId string) *UsersMessagesListCall
List: Lists the messages in the user's mailbox.
func (*UsersMessagesService) Modify ¶
func (r *UsersMessagesService) Modify(userId string, id string, modifymessagerequest *ModifyMessageRequest) *UsersMessagesModifyCall
Modify: Modifies the labels on the specified message.
func (*UsersMessagesService) Send ¶
func (r *UsersMessagesService) Send(userId string, message *Message) *UsersMessagesSendCall
Send: Sends the specified message to the recipients in the To, Cc, and Bcc headers.
func (*UsersMessagesService) Trash ¶
func (r *UsersMessagesService) Trash(userId string, id string) *UsersMessagesTrashCall
Trash: Moves the specified message to the trash.
func (*UsersMessagesService) Untrash ¶
func (r *UsersMessagesService) Untrash(userId string, id string) *UsersMessagesUntrashCall
Untrash: Removes the specified message from the trash.
type UsersMessagesTrashCall ¶
type UsersMessagesTrashCall struct {
// contains filtered or unexported fields
}
func (*UsersMessagesTrashCall) Do ¶
func (c *UsersMessagesTrashCall) Do() (*Message, error)
func (*UsersMessagesTrashCall) Fields ¶
func (c *UsersMessagesTrashCall) Fields(s ...googleapi.Field) *UsersMessagesTrashCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
type UsersMessagesUntrashCall ¶
type UsersMessagesUntrashCall struct {
// contains filtered or unexported fields
}
func (*UsersMessagesUntrashCall) Do ¶
func (c *UsersMessagesUntrashCall) Do() (*Message, error)
func (*UsersMessagesUntrashCall) Fields ¶
func (c *UsersMessagesUntrashCall) Fields(s ...googleapi.Field) *UsersMessagesUntrashCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
type UsersService ¶
type UsersService struct { Drafts *UsersDraftsService History *UsersHistoryService Labels *UsersLabelsService Messages *UsersMessagesService Threads *UsersThreadsService // contains filtered or unexported fields }
func NewUsersService ¶
func NewUsersService(s *Service) *UsersService
func (*UsersService) GetProfile ¶
func (r *UsersService) GetProfile(userId string) *UsersGetProfileCall
GetProfile: Gets the current user's Gmail profile.
func (*UsersService) Stop ¶
func (r *UsersService) Stop(userId string) *UsersStopCall
Stop: Stop receiving push notifications for the given user mailbox.
func (*UsersService) Watch ¶
func (r *UsersService) Watch(userId string, watchrequest *WatchRequest) *UsersWatchCall
Watch: Set up or update a push notification watch on the given user mailbox.
type UsersStopCall ¶
type UsersStopCall struct {
// contains filtered or unexported fields
}
func (*UsersStopCall) Do ¶
func (c *UsersStopCall) Do() error
func (*UsersStopCall) Fields ¶
func (c *UsersStopCall) Fields(s ...googleapi.Field) *UsersStopCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
type UsersThreadsDeleteCall ¶
type UsersThreadsDeleteCall struct {
// contains filtered or unexported fields
}
func (*UsersThreadsDeleteCall) Do ¶
func (c *UsersThreadsDeleteCall) Do() error
func (*UsersThreadsDeleteCall) Fields ¶
func (c *UsersThreadsDeleteCall) Fields(s ...googleapi.Field) *UsersThreadsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
type UsersThreadsGetCall ¶
type UsersThreadsGetCall struct {
// contains filtered or unexported fields
}
func (*UsersThreadsGetCall) Do ¶
func (c *UsersThreadsGetCall) Do() (*Thread, error)
func (*UsersThreadsGetCall) Fields ¶
func (c *UsersThreadsGetCall) Fields(s ...googleapi.Field) *UsersThreadsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*UsersThreadsGetCall) Format ¶
func (c *UsersThreadsGetCall) Format(format string) *UsersThreadsGetCall
Format sets the optional parameter "format": The format to return the messages in.
Possible values:
"full" (default) "metadata" "minimal"
func (*UsersThreadsGetCall) MetadataHeaders ¶
func (c *UsersThreadsGetCall) MetadataHeaders(metadataHeaders string) *UsersThreadsGetCall
MetadataHeaders sets the optional parameter "metadataHeaders": When given and format is METADATA, only include headers specified.
type UsersThreadsListCall ¶
type UsersThreadsListCall struct {
// contains filtered or unexported fields
}
func (*UsersThreadsListCall) Do ¶
func (c *UsersThreadsListCall) Do() (*ListThreadsResponse, error)
func (*UsersThreadsListCall) Fields ¶
func (c *UsersThreadsListCall) Fields(s ...googleapi.Field) *UsersThreadsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*UsersThreadsListCall) IncludeSpamTrash ¶
func (c *UsersThreadsListCall) IncludeSpamTrash(includeSpamTrash bool) *UsersThreadsListCall
IncludeSpamTrash sets the optional parameter "includeSpamTrash": Include threads from SPAM and TRASH in the results.
func (*UsersThreadsListCall) LabelIds ¶
func (c *UsersThreadsListCall) LabelIds(labelIds string) *UsersThreadsListCall
LabelIds sets the optional parameter "labelIds": Only return threads with labels that match all of the specified label IDs.
func (*UsersThreadsListCall) MaxResults ¶
func (c *UsersThreadsListCall) MaxResults(maxResults int64) *UsersThreadsListCall
MaxResults sets the optional parameter "maxResults": Maximum number of threads to return.
func (*UsersThreadsListCall) PageToken ¶
func (c *UsersThreadsListCall) PageToken(pageToken string) *UsersThreadsListCall
PageToken sets the optional parameter "pageToken": Page token to retrieve a specific page of results in the list.
func (*UsersThreadsListCall) Q ¶
func (c *UsersThreadsListCall) Q(q string) *UsersThreadsListCall
Q sets the optional parameter "q": Only return threads matching the specified query. Supports the same query format as the Gmail search box. For example, "from:someuser@example.com rfc822msgid: is:unread".
type UsersThreadsModifyCall ¶
type UsersThreadsModifyCall struct {
// contains filtered or unexported fields
}
func (*UsersThreadsModifyCall) Do ¶
func (c *UsersThreadsModifyCall) Do() (*Thread, error)
func (*UsersThreadsModifyCall) Fields ¶
func (c *UsersThreadsModifyCall) Fields(s ...googleapi.Field) *UsersThreadsModifyCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
type UsersThreadsService ¶
type UsersThreadsService struct {
// contains filtered or unexported fields
}
func NewUsersThreadsService ¶
func NewUsersThreadsService(s *Service) *UsersThreadsService
func (*UsersThreadsService) Delete ¶
func (r *UsersThreadsService) Delete(userId string, id string) *UsersThreadsDeleteCall
Delete: Immediately and permanently deletes the specified thread. This operation cannot be undone. Prefer threads.trash instead.
func (*UsersThreadsService) Get ¶
func (r *UsersThreadsService) Get(userId string, id string) *UsersThreadsGetCall
Get: Gets the specified thread.
func (*UsersThreadsService) List ¶
func (r *UsersThreadsService) List(userId string) *UsersThreadsListCall
List: Lists the threads in the user's mailbox.
func (*UsersThreadsService) Modify ¶
func (r *UsersThreadsService) Modify(userId string, id string, modifythreadrequest *ModifyThreadRequest) *UsersThreadsModifyCall
Modify: Modifies the labels applied to the thread. This applies to all messages in the thread.
func (*UsersThreadsService) Trash ¶
func (r *UsersThreadsService) Trash(userId string, id string) *UsersThreadsTrashCall
Trash: Moves the specified thread to the trash.
func (*UsersThreadsService) Untrash ¶
func (r *UsersThreadsService) Untrash(userId string, id string) *UsersThreadsUntrashCall
Untrash: Removes the specified thread from the trash.
type UsersThreadsTrashCall ¶
type UsersThreadsTrashCall struct {
// contains filtered or unexported fields
}
func (*UsersThreadsTrashCall) Do ¶
func (c *UsersThreadsTrashCall) Do() (*Thread, error)
func (*UsersThreadsTrashCall) Fields ¶
func (c *UsersThreadsTrashCall) Fields(s ...googleapi.Field) *UsersThreadsTrashCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
type UsersThreadsUntrashCall ¶
type UsersThreadsUntrashCall struct {
// contains filtered or unexported fields
}
func (*UsersThreadsUntrashCall) Do ¶
func (c *UsersThreadsUntrashCall) Do() (*Thread, error)
func (*UsersThreadsUntrashCall) Fields ¶
func (c *UsersThreadsUntrashCall) Fields(s ...googleapi.Field) *UsersThreadsUntrashCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
type UsersWatchCall ¶
type UsersWatchCall struct {
// contains filtered or unexported fields
}
func (*UsersWatchCall) Do ¶
func (c *UsersWatchCall) Do() (*WatchResponse, error)
func (*UsersWatchCall) Fields ¶
func (c *UsersWatchCall) Fields(s ...googleapi.Field) *UsersWatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
type WatchRequest ¶
type WatchRequest struct { // LabelFilterAction: Filtering behavior of labelIds list specified. // // Possible values: // "exclude" // "include" LabelFilterAction string `json:"labelFilterAction,omitempty"` // LabelIds: List of label_ids to restrict notifications about. By // default, if unspecified, all changes are pushed out. If specified // then dictates which labels are required for a push notification to be // generated. LabelIds []string `json:"labelIds,omitempty"` // TopicName: A fully qualified Google Cloud Pub/Sub API topic name to // publish the events to. This topic name **must** already exist in // Cloud Pub/Sub and you **must** have already granted gmail "publish" // permission on it. For example, // "projects/my-project-identifier/topics/my-topic-name" (using the new // Cloud Pub/Sub "v1beta2" topic naming format). // // Note that the "my-project-identifier" portion must exactly match your // Google developer project id (the one executing this watch request). TopicName string `json:"topicName,omitempty"` }
WatchRequest: Set up or update a new push notification watch on this user's mailbox.
type WatchResponse ¶
type WatchResponse struct { // Expiration: When Gmail will stop sending notifications for mailbox // updates (epoch millis). Call watch again before this time to renew // the watch. Expiration int64 `json:"expiration,omitempty,string"` // HistoryId: The ID of the mailbox's current history record. HistoryId uint64 `json:"historyId,omitempty,string"` }
WatchResponse: Push notification watch response.