summaryrefslogtreecommitdiff
path: root/content/maild/_index.md
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-01-05 17:42:54 +0800
committerRunxi Yu <me@runxiyu.org>2025-01-05 17:42:54 +0800
commit947486f36e440899f045025911fd39007ef812da (patch)
tree7c422bdc545f35f546b95cf858b04dd26a16b0cb /content/maild/_index.md
parente² Update (diff)
downloadwebsite-947486f36e440899f045025911fd39007ef812da.tar.gz
website-947486f36e440899f045025911fd39007ef812da.tar.zst
website-947486f36e440899f045025911fd39007ef812da.zip
maild updatesHEADmaster
Diffstat (limited to '')
-rw-r--r--content/maild/_index.md14
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.