diff options
Diffstat (limited to 'content/maild')
-rw-r--r-- | content/maild/_index.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/content/maild/_index.md b/content/maild/_index.md index 6e5fb40..fd735d3 100644 --- a/content/maild/_index.md +++ b/content/maild/_index.md @@ -23,3 +23,17 @@ We attempt to implement: * Basic spam filtering * A UNIX domain socket protocol for integration with mailing list and forge software +* [MTA-S2S](https://www.rfc-editor.org/rfc/rfc8461) +* ESMTP extensions: [8BITMIME](https://www.rfc-editor.org/rfc/rfc6152.html), + [SIZE](https://www.rfc-editor.org/rfc/rfc1870.html), + [DSN](https://www.rfc-editor.org/rfc/rfc3464.html), + [SMTPUTF8](https://www.rfc-editor.org/rfc/rfc6531) + + +We may consider: +* [RFC2136](https://www.rfc-editor.org/rfc/rfc2135) for dynamic DNS updates +* [DANE](https://www.rfc-editor.org/rfc/rfc6698) + +Note that we may choose to not *completely* implement protocols listed above. +For example, SMTP relaying and gatewaying will not be implemented as they are +irrelevant today. |