Live data from Hacker News

Download a copy of your Gmail and Google Calendar data

gmailblog.blogspot.com

1–10 of 173 posts

Re: Download a copy of your Gmail and Google Calendar data

#4
post #2

Which would be the alternatives that allow to import an MBOX archive? I am not familiar with email storage.

Probably most desktop clients. You can import an MBOX file to Thunderbird with the ImportExportTools extension (which Mozilla links from their KB):

https://addons.mozilla.org/en-US/thunderbird/addon/importexp...

Re: Download a copy of your Gmail and Google Calendar data

#7
post #2

Which would be the alternatives that allow to import an MBOX archive? I am not familiar with email storage.

Many desktop mail clients support mbox format. Thunderbird uses mbox. There's also a script (I'm sure there are many scripts that do this) that take mbox files and upload the mail to an IMAP server. (http://imap-upload.sourceforge.net/)

Re: Download a copy of your Gmail and Google Calendar data

#8
post #2

Which would be the alternatives that allow to import an MBOX archive? I am not familiar with email storage.

Mac Mail.app can import mbox files but the default storage is emlx if I remember correctly for Spotlight indexing.

Thunderbird should also import mbox

I am a bit paranoid about my Gmail account so I use the Mail.app to download the emails and then I back it up. If my account gets locked for whatever reason, 'Download Data' option is not going to exist. So better to backup through other means as well.

Re: Download a copy of your Gmail and Google Calendar data

#10
post #2

Which would be the alternatives that allow to import an MBOX archive? I am not familiar with email storage.

Virtually everything supports MBOX (which, modulo a few gotchas, is just a concatenated file of the text-formatted RFC822 messages as they went over the wire). Most mail clients support it. Many mail servers do to, so for example you could drop this into /var/spool/mail on a AWS instance, run a default dovecot install, and hit the server with any IMAP client.
Post reply on HN