Skip to content

jtbandes/mbox.wtf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e039291 Â· Sep 30, 2024

History

25 Commits
Aug 25, 2024
Sep 30, 2024
Aug 25, 2024
Aug 29, 2024
Aug 25, 2024
Aug 25, 2024
Aug 28, 2024
Sep 30, 2024
Aug 28, 2024
Aug 30, 2024
Sep 4, 2024
Sep 4, 2024
Aug 26, 2024
Aug 25, 2024
Aug 25, 2024
Aug 25, 2024
Sep 4, 2024

Repository files navigation

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). 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 prevents this webpage from making any network connections.

More about privacy

mbox.wtf is structured as a single HTML file, and the CSP is locked down to disallow any connections whatsoever. Visit the CSP Evaluator 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