Commit
+8 -2 +/-1 browse
1 | diff --git a/README.md b/README.md |
2 | index 6b90c30..991838a 100644 |
3 | --- a/README.md |
4 | +++ b/README.md |
5 | @@ -49,7 +49,7 @@ for _absolutely nothing_ that is important. |
6 | | AUTH | ✅ | SASL PLAIN only | |
7 | | VRFY | ✅ | | |
8 | | EXPN | ✅ | | |
9 | - | STARTTLS | ❌ | For the moment there is no plan to implement STARTTLS | |
10 | + | STARTTLS | ✅ | | |
11 | |
12 | |
13 | ### ESMTP Extensions |
14 | @@ -61,7 +61,7 @@ for _absolutely nothing_ that is important. |
15 | | 8BITMIME | ✅ | [RFC6152](rfcs/rfc6152.txt) | |
16 | | ENHANCED STATUS CODES | ⚠️ | [RFC2920](rfcs/rfc3463.txt) | |
17 | | SMTPUTF8 | TODO | [RFC6531](rfcs/rfc6531.txt) | |
18 | - | CHUNKING | TODO | [RFC3030](rfcs/rfc3030.txt) | |
19 | + | CHUNKING | ✅ | [RFC3030](rfcs/rfc3030.txt) | |
20 | | DSN | TODO | [RFC3461](rfcs/rfc3461.txt) | |
21 | | ETRN | ❌ | [RFC1985](rfcs/rfc1985.txt) | |
22 | | ATRN | ❌ | RFC2645 | |
23 | @@ -80,6 +80,12 @@ All authentication extensions are implemented with the |
24 | | DMARC Policy Evaluation | TODO | |
25 | |
26 | |
27 | + ### TLS Configuration |
28 | + |
29 | + STARTTLS is supported for upgrading plain text connections (opportunistic TLS). |
30 | + |
31 | + Implicit TLS on a dedicated port is a WIP. |
32 | + |
33 | |
34 | ## Attributions |
35 |