diff options
author | Runxi Yu <me@runxiyu.org> | 2025-01-16 16:31:47 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-01-16 16:33:22 +0800 |
commit | c63ff23771a50b160ca119372f1f9accf89c5942 (patch) | |
tree | bb12a015e01fc5cc56877de8cb60e4205a9b1a1d /README.md | |
parent | IMAP: Re-add server protocol state (diff) | |
download | maild-c63ff23771a50b160ca119372f1f9accf89c5942.tar.gz maild-c63ff23771a50b160ca119372f1f9accf89c5942.tar.zst maild-c63ff23771a50b160ca119372f1f9accf89c5942.zip |
Remove IMAP again for now
Diffstat (limited to '')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -17,9 +17,10 @@ set up correctly. IMO it'd be easier to integrate it into the SMTP daemon. - 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) -- Receiving mail, IMAP side, with TLS - DKIM, DMARC, SPF, [ARC](https://www.rfc-editor.org/rfc/rfc8617.html) +- Receiving mail and mailbox synchronization via a custom protocol - Sending mail, outgoing side, with STARTTLS - Sending mail, incoming side, with TLS - A UNIX domain socket protocol for integration with mailing list and forge software (might be called the Lindenii Mail Delivery Protocol) +- Receiving mail, IMAP side, with TLS (far future) |