|
|
|
|
|
by anthk
852 days ago
|
|
Load a GB sized mbox into mail(1) and then say that again. Mbox it's just a literal cat mail/*.msgs >> mbox setup. Reading will be slow, and file locking will be hell. Unix should've switched to maildir long ago. Since 1999 storage and inodes are not a problem any more. |
|
In other words, use mbox with an application that doesn't have its own message metadata database and you get problems. But if you're designing your own email client in the 21st century, then you're going to want to build your own message metadata database.