
Maildir
Sign in to saveThe 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.
Wikidata facts
Show 2 more facts
- described at URL
- cr.yp.to/proto/maildir.html
- inception
- 2000-00-00
Sources (2)
via Wikidata · CC0
~9 min read
Article
11 sectionsContents
- Specifications
- Maildir++
- Technical operation
- File-system compatibility issues
- Software that supports Maildir directly
- [[Mail Transfer Agent|Mail servers]]
- [[Mail delivery agent|Delivery agents]]
- [[Mail user agent|Mail readers]]
- Notes and references
- See also
- External links
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.
frame|Internal structure