https://github.com/rigtorp/gmbackup
Simple tool to backup a Gmail account
https://github.com/rigtorp/gmbackup
Last synced: about 1 month 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 (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-07T11:13:00.000Z (11 months ago)
- Last Synced: 2025-04-10T07:00:39.648Z (about 1 month ago)
- Language: Go
- Size: 9.77 KB
- Stars: 2
- Watchers: 2
- 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.
- Does a full 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`.