mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 12:24:38 +03:00
add more documentation, examples with tests to illustrate reusable components
This commit is contained in:
@ -72,7 +72,7 @@ type Mode string
|
||||
|
||||
const (
|
||||
ModeEnforce Mode = "enforce" // Policy must be followed, i.e. deliveries must fail if a TLS connection cannot be made.
|
||||
ModeTesting Mode = "testing" // In case TLS cannot be negotiated, plain SMTP can be used, but failures must be reported, e.g. with TLS-RPT.
|
||||
ModeTesting Mode = "testing" // In case TLS cannot be negotiated, plain SMTP can be used, but failures must be reported, e.g. with TLSRPT.
|
||||
ModeNone Mode = "none" // In case MTA-STS is not or no longer implemented.
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user