@@ -22,8 +22,6 @@ RFCS = {
22
22
5162 => "IMAP QRESYNC (OBSOLETE)" ,
23
23
6237 => "IMAP MULTISEARCH (OBSOLETE)" ,
24
24
25
- 2595 => "Using TLS with IMAP, POP3 and ACAP" ,
26
-
27
25
# Core IMAP RFCs
28
26
3501 => "IMAP4rev1" , # supported by nearly all email servers
29
27
4466 => "Collected Extensions to IMAP4 ABNF" ,
@@ -36,7 +34,6 @@ RFCS = {
36
34
3503 => "Message Disposition Notification (MDN) profile IMAP" ,
37
35
5234 => "ABNF" ,
38
36
5788 => "IMAP4 keyword registry" ,
39
- 8314 => "Cleartext Considered Obsolete: Use of TLS for Email" ,
40
37
41
38
# Internet Message format and envelope and body structure
42
39
5322 => "Internet Message Format (current)" ,
@@ -77,10 +74,14 @@ RFCS = {
77
74
# "Informational" RFCs
78
75
1733 => "Distributed E-Mail Models in IMAP4" ,
79
76
4549 => "Synchronization Operations for Disconnected IMAP4 Clients" ,
80
- 6151 => "Updated Security Considerations for MD5 Message-Digest and HMAC-MD5" ,
81
77
82
- # "Best Current Practice" RFCs
78
+ # TLS and other security concerns
79
+ 2595 => "Using TLS with IMAP, POP3 and ACAP" ,
80
+ 6151 => "Updated Security Considerations for MD5 Message-Digest and HMAC-MD5" ,
83
81
7525 => "Recommendations for Secure Use of TLS and DTLS" ,
82
+ 7818 => "Updated TLS Server Identity Check Procedure for Email Protocols" ,
83
+ 8314 => "Cleartext Considered Obsolete: Use of TLS for Email" ,
84
+ 8996 => "Deprecating TLS 1.0 and TLS 1.1," ,
84
85
85
86
# related email specifications
86
87
6376 => "DomainKeys Identified Mail (DKIM) Signatures" ,
0 commit comments