E-mail archive browser for gmail takeout files (.mbox)
2026-07-19 18:29 UTC
Replies (3)
-
@fatcat@discuss.tchncs.de 2026-07-19 18:54
Alternative approach: I imported the mails to my new mail hoster and just archived the mbox files just in case. Can be done by installing a mail client temporarily to upload or some mail hosters provide an option to import from gmail (in my case that was proton)
-
@irmadlad@lemmy.world 2026-07-19 19:09
I don’t really use any e-mail clients on my computer Curious as to why. Is it a security issue or is it just not convenient… Thunderbird will import .mbox files but you’ll need a plugin called ImportExportTools NG. Import: Mbox files (including structure) EML & EMLX files Individual or all directory files
-
@diaphragmwp@discuss.tchncs.de 2026-07-20 09:24
“GMail takeout files” aren’t a thing. mbox is a standard file format from Unix. Some Unix-likes provide the mail command and on others you have to install s-nail, after which you can do mail -f {path to mbox} to view all mail inside. If there are multiple files, you can literally just concatenate them like so: cat /somedirectory/*.mbox > theultimate.mbox. Apart from that, most GUI mail clients allow viewing mbox. When the mbox file updates, the client says you have new mail. For example, in Claws Mail, skip setup, then go to plugins and enable the mbox plugin (while you are there, may as well enable pgp, s/mime, calendar, dillo to handle all formats). Then, go to create new account, and in the “Basics” tab, select “local mbox file” for “Receive”. It will then ask for a file path.