| gmail(1) | General Commands Manual | gmail(1) |
NAME
gmail - Gmail-specific API
SYNOPSIS
gmail [-h|--help] <subcommands>
DESCRIPTION
Gmail-specific API.
This command gives you access to the raw Gmail REST API, organized by Gmail resource: profile, labels, messages (and attachments), drafts, threads, history and settings.
OPTIONS
- -h, --help
- Print help (see a summary with '-h')
SUBCOMMANDS
- gmail-profile(1)
- Manage the Gmail user profile (users.getProfile)
- gmail-labels(1)
- Manage Gmail labels (users.labels)
- gmail-messages(1)
- Manage Gmail messages (users.messages)
- gmail-attachments(1)
- Manage Gmail message attachments (messages.attachments)
- gmail-drafts(1)
- Manage Gmail drafts (users.drafts)
- gmail-threads(1)
- Manage Gmail threads (users.threads)
- gmail-history(1)
- Manage the Gmail mailbox history (users.history)
- gmail-settings(1)
- Manage Gmail settings (users.settings), organized by sub-resource
- gmail-help(1)
- Print this message or the help of the given subcommand(s)
| gmail |