# Gmail CLI Pricing & Licensing

Gmail CLI is free, open-source software maintained by SpaceCorps.

## CLI Licensing
- **License**: MIT License.
- **Cost**: \$0.00 / Free forever.
- **Source Code**: [GitHub](https://github.com/SpaceCorps/Gmail-Cli)

## Google Gmail API Usage
The CLI connects directly to the Google Gmail REST API (v1). Google provides access to Gmail API quotas according to Google Cloud Platform terms:
- **Free Quotas**: Standard Google Cloud projects include daily quota allowances for personal and development use (250 million quota units per day).
- **No Third-Party Subscription**: Gmail CLI requires no middleman server or paid subscription. You use your own Google Cloud OAuth 2.0 Client credentials or personal tokens.

For official Google Cloud API quotas and terms, visit [https://developers.google.com/gmail/api/reference/quota](https://developers.google.com/gmail/api/reference/quota).
