mbx

A high performance mbox-replacement created by Marc Crispin of University of Washington for UW-IMAP. Each message in the file is preceded by a record carrying all the metadata that IMAP-protocol needs. This allows changing the metadata easily by modifying the fixed-size header, rather than moving data around in a file like with mbox.

File locking is handled more intelligently (only appends may need to wait for locks), making this format a good choice for shared mailboxes.

Downsides contain:

MailboxFormat/mbx (last edited 2006-05-12 22:35:13 by TimoSirainen)