Last updated: December 2025
The Gmail Attachment Downloader is a local Python application that helps you download attachments from your Gmail account. This privacy policy explains how the tool handles your data and what information is collected, stored, or transmitted.
No data is kept on any server or stored in the cloud. All processing happens entirely on your local computer. The tool:
All credentials, tokens, and downloaded files remain on your local computer and are never transmitted to any external server except Google's Gmail API (which you authorize).
The tool uses Google's Gmail API with read-only access. When you authenticate:
All API requests are made directly from your computer to Google's servers. No intermediate servers are involved in the process.
The following data is stored locally on your computer:
credentials-{account}.json filestoken-{account}.json filesprojects_config.jsonNone of this data is transmitted to external servers or stored in the cloud. You have complete control over these files and can delete them at any time.
The tool implements the following security measures:
However, you are responsible for securing your local files, including credential files and downloaded attachments. We recommend keeping these files in a secure location and not sharing them with others.
The tool only interacts with Google's Gmail API. No other third-party services are used. Google's privacy policy applies to data accessed through their API. You can review Google's privacy policy at: https://policies.google.com/privacy
You have the right to:
To revoke access, go to: https://myaccount.google.com/security and remove the application from "Third-party apps with account access".
We may update this privacy policy from time to time. Any changes will be reflected on this page with an updated "Last updated" date.
If you have questions about this privacy policy or how the tool handles your data, please refer to the project documentation or source code.
← Back to Home