Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Latest commit

 

History

History
41 lines (38 loc) · 1.45 KB

TODO.md

File metadata and controls

41 lines (38 loc) · 1.45 KB

Goals of the project

  • Complete email server (SMTP, IMAP, Webmail, Admin interface)
  • Works with common email clients
  • Single statically compiled binary for super easy deployment
  • Minimal hardware requirements (CPU & Memory)
  • Multi-platform
  • Configurable with sensible default configuration
  • Ideally configurable via env vars, cmd line flags, or config file.
  • Extensible
  • Modifiable
  • Nice docs for setting it up
  • Ideally all unit / integration / e2e tested

How to do it

Additional really useful features

Order to do it in

  • Get a basic user admin interface
  • Get working SMTP & IMAP implementation backed by a database
  • Fill in all the remaining features as you like.
  • Try to keep it modular