maddy/internal
Martin Matous c67955ef0d
fix(session): detect canceled lookup correctly
cancelation is not DNSError, so UnwrapDNSErr() returns "" as reason

Signed-off-by: Martin Matous <m@matous.dev>
2024-01-22 00:40:38 +03:00
..
auth ServerName is also used by StartTLS. 2023-04-29 10:12:39 +00:00
authz Merge pull request #566 from arisudesu-forks/loop-extract 2023-03-12 14:09:31 +03:00
check check/spf: Handle empty MAIL FROM in accordance with RFC 7208 2024-01-21 20:01:00 +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 fix(session): detect canceled lookup correctly 2024-01-22 00:40:38 +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 chore: remove refs to deprecated io/ioutil 2023-11-16 15:52:52 +08:00
msgpipeline Migrate to latest go-smtp version 2024-01-21 14:41:57 +03:00
smtpconn Migrate to latest go-smtp version 2024-01-21 14:41:57 +03:00
storage Migrate to latest go-smtp version 2024-01-21 14:41:57 +03:00
table chore: remove refs to deprecated io/ioutil 2023-11-16 15:52:52 +08:00
target Migrate to latest go-smtp version 2024-01-21 14:41:57 +03:00
testutils Migrate to latest go-smtp version 2024-01-21 14:41:57 +03:00
tls tls/acme: Return certmagic.New config in GetConfigForCert 2023-08-23 16:55:04 +03:00
updatepipe doc: replace maddyctl with maddy 2022-11-06 11:32:23 +03:30
README.md Fix typos 2023-05-23 09:32:51 +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 organized 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)