maddy/internal
2022-02-04 00:13:54 +00:00
..
auth auth/shadow: Remove support for MD5-based hashes 2021-10-11 19:39:00 +03:00
authz support for multi 2022-01-30 03:31:07 +00:00
check add additional debug log 2022-02-04 00:13:54 +00: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 Bump go-imap version 2022-01-19 16:59:19 +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 libdns: Disable namecheap provider if Go < 1.16 is used 2021-08-28 15:43:20 +03:00
limits refactor(gofumpt): run gofumpt over the code 2021-08-10 19:33:54 +03:00
modify use camelCase 2022-02-03 22:56:30 +00:00
msgpipeline go fmt 2022-01-31 21:59:27 +00:00
smtpconn refactor(ifelse): shorten logic where possible 2021-08-10 19:33:54 +03:00
storage Fix a few minor warnings 2021-09-22 23:33:40 +03:00
table use camelCase 2022-02-03 22:56:30 +00:00
target Add the target.remote.force_ipv4 option 2022-01-09 20:45:41 +03:00
testutils addapt testcases 2022-01-27 23:13:56 +00: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)