|
|
|
|
|
by alien_acorn
6432 days ago
|
|
Is there a standard format for storing email? I would like to archive all my mail using Gmail's IMAP feature, but what happens when I want to find something in 30 years? For example, I'd think that an Outlook data file would not be a good choice. |
|
mbox has been around for at least 20 years. I don't know if it will be around for 30 years, but it's such a simple format, that I'm sure you could deal with it in 30 years even if no tools still commonly use it--you can open it in a text editor and make sense out of it without any parsing, at all, for example. (MIME encoded messages are much harder to parse, and can contain infinite other formats, but the actual email is always gonna be easy to get at.)