uiri / SEGIMAP

IMAP (and LMTP) Server written in Rust
MIT License
32 stars 6 forks source link

Make Mail Storage Backend-Agnostic #7

Open indiv0 opened 9 years ago

indiv0 commented 9 years ago

Currently we enforce Maildir, but we should support alternatives (DB, mbox, etc.?).

uiri commented 9 years ago

mbox is kind of broken... see http://www.jwz.org/doc/content-length.html Not sure what other formats exist which are actually used...

On Tue, Feb 24, 2015 at 07:03:17PM -0800, Nikita Pekin wrote:

Currently we enforce Maildir, but we should support alternatives (DB, mbox, etc.?).


Reply to this email directly or view it on GitHub: https://github.com/uiri/SEGIMAP/issues/7