Added mailbox spec.

This commit is contained in:
Tristan B. Kildaire 2020-06-18 11:16:54 +02:00
parent e56d510f8b
commit 953da656b2
1 changed files with 10 additions and 0 deletions

10
mailstore.md Normal file
View File

@ -0,0 +1,10 @@
Mail store
==========
Butterfly manages mail in the following manner.
All accounts have their mailboxes located in a folder called `mailboxes/`.
So Alice and Bob will have their respective mailbox directories in `mailboxes/alice` and `mailboxes/bob`.
In each `mailboxes/<mailbox>` we have a group of more directories which represet mail folders, such as `mailboxes/<mailbox>/folder1` and `mailboxes/<mailbox>/folder1/folder2`.