gmail v0.1.20 Gmail.Message
An email message.
Link to this section Summary
Functions
Gmail API documentation: https://developers.google.com/gmail/api/v1/reference/users/messages#resource
Converts a Gmail API message resource into a local struct
Immediately and permanently deletes the specified message. This operation cannot be undone. Prefer trash
instead
Gets the specified message
Handles a message delete response from the Gmail API
Handles a message list response from the Gmail API
Handles a message resource response from the Gmail API
Lists the messages in the user’s mailbox
Modifies the labels on the specified message
Searches for messages in the user’s mailbox
Moves the specified message to the trash
Removes the specified message from the trash
Link to this section Types
Link to this section Functions
Gmail API documentation: https://developers.google.com/gmail/api/v1/reference/users/messages#resource
Converts a Gmail API message resource into a local struct.
Immediately and permanently deletes the specified message. This operation cannot be undone. Prefer trash
instead.
Gmail API documentation: https://developers.google.com/gmail/api/v1/reference/users/messages/delete
Gets the specified message.
Gmail API documentation: https://developers.google.com/gmail/api/v1/reference/users/messages/get
Handles a message delete response from the Gmail API.
Handles a message list response from the Gmail API.
Handles a message resource response from the Gmail API.
Lists the messages in the user’s mailbox.
Gmail API documentation: https://developers.google.com/gmail/api/v1/reference/users/messages/list
Modifies the labels on the specified message.
Gmail API documentation: https://developers.google.com/gmail/api/v1/reference/users/messages/modify#http-request
Searches for messages in the user’s mailbox.
Gmail API documentation: https://developers.google.com/gmail/api/v1/reference/users/messages/list
Moves the specified message to the trash.
Gmail API documentation: https://developers.google.com/gmail/api/v1/reference/users/messages/trash