Expand description
Gmail REST API (users.*), flattened: each method is a file and
each sub-resource a module, mirroring the reference tree.
Modulesยง
- drafts
- Gmail drafts (
users.drafts): list, get, create, update, send, delete. - history
- Gmail mailbox history (
users.history): the incremental-sync delta since a givenhistoryId. - labels
- Gmail labels (
users.labels): list, get, create, patch, update, delete. - messages
- Gmail messages (
users.messages), including attachments (users.messages.attachments). - settings
- Gmail settings (
users.settings): vacation, IMAP, POP, language, auto-forwarding, filters, forwarding addresses, delegates and send-as aliases. - threads
- Gmail threads (
users.threads): list, get, modify, trash, untrash, delete. - users
- User-level Gmail methods (
users): get profile, watch, stop.