format

Maildir

Maildir is a standardized email storage format that organizes messages into individual files within a directory structure, rather than using a single file like mbox. It was designed to be reliable and avoid corruption by storing each email as a separate file with a unique name, typically in subdirectories like 'tmp', 'new', and 'cur'. This format is commonly used by email servers and clients for its simplicity and robustness in handling concurrent access.

Also known as: Maildir format, Maildir++, Maildir storage, Maildir email format, Maildir mailbox
🧊Why learn Maildir?

Developers should learn Maildir when working on email-related applications, such as building email servers, clients, or migration tools, as it provides a straightforward and corruption-resistant way to store and manage emails. It is particularly useful in environments requiring high reliability, like server-side email processing or when integrating with systems like Dovecot or Postfix, where its file-based approach simplifies backup and recovery.

Compare Maildir

Learning Resources

Related Tools

Alternatives to Maildir