Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jtbandes/mbox.wtf
What's in my .mbox?
https://github.com/jtbandes/mbox.wtf
Last synced: 2 months ago
JSON representation
What's in my .mbox?
- Host: GitHub
- URL: https://github.com/jtbandes/mbox.wtf
- Owner: jtbandes
- License: mit
- Created: 2024-08-28T04:54:40.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-30T01:21:49.000Z (3 months ago)
- Last Synced: 2024-10-16T05:45:52.215Z (3 months ago)
- Language: TypeScript
- Homepage: https://mbox.wtf/
- Size: 128 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [mbox.wtf](https://mbox.wtf/)
Analyze your `.mbox` data from Google Takeout and view a size breakdown to help reclaim your Gmail storage space.
**See how much space your emails take up!**
Upload a .mbox file (for example, an export of your Gmail data from [Google Takeout](https://support.google.com/accounts/answer/3024190?hl=en)). You’ll see a breakdown of storage space by `From:` address.**Privacy? 🙀**
mbox.wtf processes your data locally and doesn’t send it anywhere. In fact, _it can’t_. A strict [Content Security Policy](https://csp-evaluator.withgoogle.com/?csp=https://mbox.wtf) prevents this webpage from making any network connections.More about privacy
mbox.wtf is structured as a single HTML file, and the [CSP](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy) is locked down to disallow any connections whatsoever. Visit the [CSP Evaluator](https://csp-evaluator.withgoogle.com/?csp=https://mbox.wtf) to validate the website’s CSP for yourself. You can also try opening your browser’s dev tools and trying to run `fetch("")` — this should fail, demonstrating that the browser prevents the website from making any connections.
## Related projects
- https://github.com/chadaustin/gmail-mbox-analyzer