https://github.com/rigtorp/gmbackup
Simple tool to backup a Gmail account
https://github.com/rigtorp/gmbackup
Last synced: 6 months ago
JSON representation
Simple tool to backup a Gmail account
- Host: GitHub
- URL: https://github.com/rigtorp/gmbackup
- Owner: rigtorp
- License: mit
- Created: 2023-02-21T05:15:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-12-30T22:55:12.000Z (7 months ago)
- Last Synced: 2026-01-03T22:04:01.893Z (7 months ago)
- Language: Go
- Size: 25.4 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gmbackup
Simple tool to backup a Gmail account.
- Performs full and incremental sync using the [Gmail API](https://developers.google.com/gmail/api/guides).
- Saves only message contents, not metadata such as labels.
- Message saved in EML format, which just the raw email data in [RFC2822 format](https://www.rfc-editor.org/rfc/rfc2822).
- Restore functionality not yet implemented.
## Use your own client id
If the rate limits on the default client id becomes a problem you can create
your own client id in the [Google Cloud
Console](https://console.cloud.google.com/).
Drop the client credentials JSON file in
`$XDG_CONFIG_HOME/gmbackup/credentials.json`.