Author:
Hash:
Timestamp:
+12 -29 +/-1 browse
Kevin Schoon [me@kevinschoon.com]
4d9e837a56affc94bc4039191ebc3ea9c8732c1c
Tue, 30 Jul 2024 15:35:43 +0000 (1.3 years ago)
| 1 | diff --git a/README.md b/README.md |
| 2 | index 8f35111..ea546eb 100644 |
| 3 | --- a/README.md |
| 4 | +++ b/README.md |
| 5 | @@ -30,28 +30,18 @@ for _absolutely nothing_ that is important. |
| 6 | |
| 7 | ### SMTP Base server and Commands [RFC5321](rfcs/rfc5321.txt) |
| 8 | |
| 9 | - | Name | Status | Notes | |
| 10 | - |----------|--------|----------| |
| 11 | - | HELO | ✅ | | |
| 12 | - |----------|--------|----------| |
| 13 | - | EHLO | ✅ | | |
| 14 | - |----------|--------|----------| |
| 15 | - | MAIL | ✅ | | |
| 16 | - |----------|--------|----------| |
| 17 | - | RCPT | ✅ | | |
| 18 | - |----------|--------|----------| |
| 19 | - | BDAT | ✅ | | |
| 20 | - |----------|--------|----------| |
| 21 | - | DATA | ✅ | | |
| 22 | - |----------|--------|----------| |
| 23 | - | AUTH | ❌ | No authentication currently supported | |
| 24 | - |----------|--------|----------| |
| 25 | - | VRFY | ❌ | | |
| 26 | - |----------|--------|----------| |
| 27 | - | EXPN | ❌ | | |
| 28 | - |----------|--------|----------| |
| 29 | - | STARTTLS | ❌ | For the moment there is no plan to implement STARTTLS | |
| 30 | - |----------|--------|----------| |
| 31 | + | Name | Status | Notes | |
| 32 | + |-----------|--------|----------| |
| 33 | + | HELO | ✅ | | |
| 34 | + | EHLO | ✅ | | |
| 35 | + | MAIL | ✅ | | |
| 36 | + | RCPT | ✅ | | |
| 37 | + | BDAT | ✅ | | |
| 38 | + | DATA | ✅ | | |
| 39 | + | AUTH | ❌ | No authentication mechanisms currently supported | |
| 40 | + | VRFY | ❌ | | |
| 41 | + | EXPN | ❌ | | |
| 42 | + | STARTTLS | ❌ | For the moment there is no plan to implement STARTTLS | |
| 43 | |
| 44 | |
| 45 | ### ESMTP Extensions |
| 46 | @@ -59,19 +49,12 @@ for _absolutely nothing_ that is important. |
| 47 | | Name | Status | RFC | |
| 48 | |-----------------------|----------|-------------------------------| |
| 49 | | SIZE | TODO | [RFC1870](rfcs/rfc1870.txt) | |
| 50 | - |-----------------------|----------|-------------------------------| |
| 51 | | PIPELINING | TODO | [RFC2920](rfcs/rc2920.txt) | |
| 52 | - |-----------------------|----------|-------------------------------| |
| 53 | | 8BITMIME | TODO | [RFC6152](rfcs/rfc6152.txt) | |
| 54 | - |-----------------------|----------|-------------------------------| |
| 55 | | ENHANCED STATUS CODES | TODO | [RFC2920](rfcs/rfc3463.txt) | |
| 56 | - |-----------------------|----------|-------------------------------| |
| 57 | | SMTPUTF8 | TODO | [RFC6531](rfcs/rfc6531.txt) | |
| 58 | - |-----------------------|----------|-------------------------------| |
| 59 | | CHUNKING | TODO | [RFC3030](rfcs/rfc3030.txt) | |
| 60 | - |-----------------------|----------|-------------------------------| |
| 61 | | DSN | TODO | [RFC3461](rfcs/rfc3461.txt) | |
| 62 | - |-----------------------|----------|-------------------------------| |
| 63 | |
| 64 | ## Attributions |
| 65 |