diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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 |