Penguin
Note: You are viewing an old revision of this page. View the current version.

A Mailbox format for unix where the mailbox is a directory and every file in the directory is one email message. Gets around a lot of the serious limitations on the old mbox mailbox format. It's largest drawback is that everyone has their own "index" files that they generate for maildir and there is no agreed upon standard (even within version changes of a single program). In general far superior to mbox mailboxes.

MailDir variants aer used by Cyrus and courier imap daemons.

The details of the MailDir MailBoxFormat? are slightly more complex than other similar schemes (such as MH). MailDir imposes certain naming and structural requirements on it's mailboxes, as follows:

Each MailDir mailbox has three subdirectories: tmp, new and cur. The new subdirectory contains freshly delivered, unread messages. As messages are read, they are renamed into cur. tmp is used to ensure reliable delivery.

MailDir message naming conventions are defined so that message names are unique across shared filesystems, which means you don't get the normal set of file locking issues using most other formats.

Some MetaData, in particular the message flags, is encoded into the filename for messages stored in cur

References (with detailed info):

  1. http://www.qmail.org/man/man5/maildir.html
  2. http://cr.yp.to/proto/maildir.html
The following authors of this page have not agreed to the WlugWikiLicense. As such copyright to all content on this page is retained by the original authors.
  • StephenLewis
The following authors of this page have agreed to the WlugWikiLicense.

PHP Warning

lib/plugin/WlugLicense.php:99: Warning: Invalid argument supplied for foreach()

lib/plugin/WlugLicense.php:111: Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument

lib/plugin/WlugLicense.php:111: Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument