maddy/internal
2021-08-10 19:33:54 +03:00
..
auth refactor(errors): return errors where possible 2021-08-10 19:33:54 +03:00
authz Use context.Context in module.Table 2021-07-10 14:56:43 +03:00
check refactor(unused): remove unused paramaters 2021-08-10 19:33:54 +03:00
dmarc refactor(gofumpt): run gofumpt over the code 2021-08-10 19:33:54 +03:00
dsn refactor: remove/_-ify unused params 2021-07-31 22:43:27 +03:00
endpoint refactor(log): use provided modName 2021-08-10 19:33:54 +03:00
imap_filter storage/imapsql: Fix nil pointer reference when no IMAP filters are set 2020-08-21 23:07:04 +03:00
libdns Integrate CertMagic ACME client with dns-01 challenge 2021-07-13 12:38:42 +03:00
limits refactor(gofumpt): run gofumpt over the code 2021-08-10 19:33:54 +03:00
modify refactor(gofumpt): run gofumpt over the code 2021-08-10 19:33:54 +03:00
msgpipeline refactor(gofumpt): run gofumpt over the code 2021-08-10 19:33:54 +03:00
smtpconn refactor(ifelse): shorten logic where possible 2021-08-10 19:33:54 +03:00
storage refactor(errors): return errors where possible 2021-08-10 19:33:54 +03:00
table refactor(unused): remove unused paramaters 2021-08-10 19:33:54 +03:00
target refactor(errors): return errors where possible 2021-08-10 19:33:54 +03:00
testutils refactor(gofumpt): run gofumpt over the code 2021-08-10 19:33:54 +03:00
tls tls/acme: Actually use production Let's Encrypt endpoint 2021-07-13 12:46:20 +03:00
updatepipe MIT => GPLv3; Add license/copyright notices everywhere 2020-07-22 16:12:26 +03:00
README.md Rename modules and introduce namespace-aware module name lookups 2020-07-15 01:31:05 +03:00

maddy source tree

Main maddy code base lives here. No packages are intended to be used in third-party software hence API is not stable.

Subdirectories are organised as follows:

/
  auxiliary libraries
endpoint/
  modules - protocol listeners (e.g. SMTP server, etc)
target/
  modules - final delivery targets (including outbound delivery, such as
  target.smtp, remote)
auth/
  modules - authentication providers
check/
  modules - message checkers (module.Check)
modify/
  modules - message modifiers (module.Modifier)
storage/
  modules - local messages storage implementations (module.Storage)