gmail v0.1.20 Gmail.Label
Labels are used to categorize messages and threads within the user’s mailbox.
Link to this section Summary
Functions
Gmail API documentation: https://developers.google.com/gmail/api/v1/reference/users/labels#resource
Converts a Gmail API label resource into a local struct
Creates a new label
Immediately and permanently deletes the specified label and removes it from any messages and threads that it is applied to
Gets the specified label
Handles a label delete response from the Gmail API
Handles a label list response from the Gmail API
Handles a label resource response from the Gmail API
Lists all labels in the user’s mailbox
Updates the specified label. This method supports patch semantics
Updates the specified label
Link to this section Types
Link to this section Functions
Gmail API documentation: https://developers.google.com/gmail/api/v1/reference/users/labels#resource
Converts a Gmail API label resource into a local struct.
Creates a new label.
Gmail API documentation: https://developers.google.com/gmail/api/v1/reference/users/labels/create
Immediately and permanently deletes the specified label and removes it from any messages and threads that it is applied to.
Google API Documentation: https://developers.google.com/gmail/api/v1/reference/users/labels/delete
Gets the specified label.
Gmail API documentation: https://developers.google.com/gmail/api/v1/reference/users/labels/get
Handles a label delete response from the Gmail API.
Handles a label list response from the Gmail API.
Handles a label resource response from the Gmail API.
Lists all labels in the user’s mailbox.
Gmail API Documentation: https://developers.google.com/gmail/api/v1/reference/users/labels/list
Updates the specified label. This method supports patch semantics.
Google API Documentation: https://developers.google.com/gmail/api/v1/reference/users/labels/patch
Updates the specified label.
Google API Documentation: https://developers.google.com/gmail/api/v1/reference/users/labels/update