maddy

Fork https://github.com/foxcpp/maddy

git clone git://git.lin.moe/go/maddy.git

 1maddy source tree
 2------------------
 3
 4Main maddy code base lives here. No packages are intended to be used in
 5third-party software hence API is not stable.
 6
 7Subdirectories are organized as follows:
 8```
 9/
10  auxiliary libraries
11endpoint/
12  modules - protocol listeners (e.g. SMTP server, etc)
13target/
14  modules - final delivery targets (including outbound delivery, such as
15  target.smtp, remote)
16auth/
17  modules - authentication providers
18check/
19  modules - message checkers (module.Check)
20modify/
21  modules - message modifiers (module.Modifier)
22storage/
23  modules - local messages storage implementations (module.Storage)
24```