Category
page 1Email storage formats
Mbox
MBOX is a generic term for a family of related file formats used for holding collections of email messages. It was first implemented in Fifth Edition Unix.

Maildir
The Maildir e-mail format is a common way of storing email messages on a file system, rather than in a database. Each message is assigned a file with a unique name, and each mail folder is a file system directory containing these files. Maildir was designed by Daniel J. Bernstein circa 1995, with a major goal of eliminating the need for program code to handle file locking and unlocking through use of the local filesystem. Maildir design reflects the fact that the only operations valid for an email message is that it be created, deleted or have its status changed in some way.
Personal Folder File
family of file formats related to Microsoft Outlook