aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-01-05 00:56:14 +0800
committerRunxi Yu <me@runxiyu.org>2025-01-05 00:56:14 +0800
commit6434865e2bef5b0bf48e71142ebbc2c60c93a60d (patch)
tree21efd007af4c513a910ca728f474c93c453725cb /README.md
parentClean up directory file descriptors (diff)
downloadmaild-6434865e2bef5b0bf48e71142ebbc2c60c93a60d.tar.gz
maild-6434865e2bef5b0bf48e71142ebbc2c60c93a60d.tar.zst
maild-6434865e2bef5b0bf48e71142ebbc2c60c93a60d.zip
Update README
Diffstat (limited to '')
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index 0320842..b14c609 100644
--- a/README.md
+++ b/README.md
@@ -14,10 +14,11 @@ set up correctly. IMO it'd be easier to integrate it into the SMTP daemon.
**Future:**
-- TLS on all protocols (STARTTLS is not supported)
-- ESMTP
+- TLS on all protocols, including STARTTLS
+- ESMTP: [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)
- DKIM, DMARC, SPF, etc.
- Receiving mail, IMAP side
- Sending mail
-- Mailing list management (things like web interfaces could be connected via a
- UNIX domain socket API)
+- A UNIX domain socket protocol for integration with mailing list and forge software