maddy/internal
2021-07-18 21:12:24 +03:00
..
auth auth/ldap: Correctly fallback to other URLs 2021-07-15 16:27:22 +03:00
authz Use context.Context in module.Table 2021-07-10 14:56:43 +03:00
check Remove deprecated 0.3 module name aliases 2021-07-15 16:27:15 +03:00
dmarc Merge branch 'master' into dev 2021-07-10 00:23:28 +03:00
dsn MIT => GPLv3; Add license/copyright notices everywhere 2020-07-22 16:12:26 +03:00
endpoint Port existing functionality to go-imap v2 2021-07-18 11:20:13 +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 MIT => GPLv3; Add license/copyright notices everywhere 2020-07-22 16:12:26 +03:00
modify Remove deprecated 0.3 module name aliases 2021-07-15 16:27:15 +03:00
msgpipeline Use context.Context in module.Table 2021-07-10 14:56:43 +03:00
smtpconn Implement client timeouts for target.remote and target.smtp 2021-07-09 22:48:57 +03:00
storage storage/imapsql: Add support for using PostgreSQL broker for updates 2021-07-18 21:12:24 +03:00
table Remove deprecated 0.3 module name aliases 2021-07-15 16:27:15 +03:00
target Remove deprecated 0.3 module name aliases 2021-07-15 16:27:15 +03:00
testutils Use context.Context in module.Table 2021-07-10 14:56:43 +03:00
tls tls/acme: Actually use production Let's Encrypt endpoint 2021-07-13 12:46:20 +03:00
updatepipe storage/imapsql: Add support for using PostgreSQL broker for updates 2021-07-18 21:12:24 +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)