maddy/internal
2023-03-14 00:25:11 +03:00
..
auth Merge branch '0.6-fixes' 2023-03-14 00:25:11 +03:00
authz Merge pull request #566 from arisudesu-forks/loop-extract 2023-03-12 14:09:31 +03:00
check Implement auth_map and storage_map at endpoint level 2023-03-12 13:52:04 +03:00
cli doc: replace maddyctl with maddy 2022-11-06 11:32:23 +03:30
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 Implement auth_map and storage_map at endpoint level 2023-03-12 13:52:04 +03:00
imap_filter add subject 2022-02-06 23:25:43 +00:00
libdns Fix a few linter warnings + gofmt + goimports 2022-06-23 14:34:57 +03:00
limits refactor(gofumpt): run gofumpt over the code 2021-08-10 19:33:54 +03:00
modify Merge branch 'master' into dev 2022-07-09 15:00:46 +03:00
msgpipeline Update to latest go-smtp 2022-07-09 17:00:23 +03:00
smtpconn Correctly fix #453 2022-02-16 20:19:47 +03:00
storage Implement auth_map and storage_map at endpoint level 2023-03-12 13:52:04 +03:00
table table: Implement email_localpart_optional module 2023-03-08 16:14:03 +03:00
target target: Fix tests to use support go-smtp 2023-02-05 16:37:24 +03:00
testutils Update to latest go-smtp 2022-07-09 17:00:23 +03:00
tls go get -u & go mod tidy 2022-06-23 13:16:42 +03:00
updatepipe doc: replace maddyctl with maddy 2022-11-06 11:32:23 +03:30
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)