maddy/internal
2022-06-25 18:39:55 +03:00
..
auth pass_table: fix user hash creation 2022-06-24 17:09:14 +08:00
authz support for multi 2022-01-30 03:31:07 +00:00
check Fix a few linter warnings + gofmt + goimports 2022-06-23 14:34:57 +03:00
cli cli: Warn about upcoming --uid=true change 2022-06-25 18:39:55 +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 Merge branch 'master' into dev 2022-02-19 14:08:50 +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 Fix a few linter warnings + gofmt + goimports 2022-06-23 14:34:57 +03:00
msgpipeline Fix a few linter warnings + gofmt + goimports 2022-06-23 14:34:57 +03:00
smtpconn Correctly fix #453 2022-02-16 20:19:47 +03:00
storage Fix a few linter warnings + gofmt + goimports 2022-06-23 14:34:57 +03:00
table Fix a few linter warnings + gofmt + goimports 2022-06-23 14:34:57 +03:00
target Fix a few linter warnings + gofmt + goimports 2022-06-23 14:34:57 +03:00
testutils Merge remote-tracking branch 'angelnu/1-n' into dev 2022-02-19 14:19:43 +03:00
tls go get -u & go mod tidy 2022-06-23 13:16:42 +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)