+++ title = "Concepts" weight = 40 sort_by = "weight" template = "documentation.html" +++ ## Goals ## Main concepts [Per-user encryption](@/documentation/design/per-user-encryption.md) - TODO [Unbreakable mailboxes](@/documentation/design/unbreakable-mailboxes.md) - TODO **Modular design** - Login and Mailbox storage is abstracted behind an interface: multiple implementations are thus possible. **Micro-service** - Stateless. 12 factor app.