]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Documentation/standards.perl
doc: standards: add references to RFC 5322 (and RFC 822)
[public-inbox.git] / Documentation / standards.perl
index 2c30cbb9ce19a821f1fb345872f6ac29a06737a8..34ab829e2e32bc6f238bc397465a433af55f2b7e 100755 (executable)
@@ -26,9 +26,9 @@ my $rfcs = [
        3977 => 'NNTP',
        977 => 'NNTP (old)',
        6048 => 'NNTP additions to LIST command (TODO)',
-       8054 => 'NNTP compression (TODO)',
-       4642 => 'NNTP TLS (TODO)',
-       8143 => 'NNTP TLS (TODO)',
+       8054 => 'NNTP compression',
+       4642 => 'NNTP TLS',
+       8143 => 'NNTP TLS',
        2980 => 'NNTP extensions (obsolete, but NOT irrelevant)',
        4287 => 'Atom syndication',
        4685 => 'Atom threading extensions',
@@ -39,7 +39,9 @@ my $rfcs = [
        2616 => 'HTTP/1.1 (newer updates should apply, too)',
        7230 => 'HTTP/1.1 message syntax and routing',
        7231 => 'HTTP/1.1 semantics and content',
-       2822 => 'Internet message format',
+       822 => 'Internet message format (1982)',
+       2822 => 'Internet message format (2001)',
+       5322 => 'Internet message format (2008)',
        # TODO: flesh this out
 
 ];