4
votes
2answers
368 views

Any file-based email client application? (With the pupose of putting the mailbox under VCS.)

Like Subversion which has two back-end types: BDB-based and File-based. Most email applications I seen are using database back-end, but the database is not so convenient to manipulate by end-user. ...