X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=Documentation%2Fstandards.perl;h=69568ceb3ce9887abd6804eddea3936e4dd73a69;hb=3e639ca78aa70ad6a6598bcf32d4b72696e3ebfb;hp=0ac6cc525efea8ef10acf28b4000a96b9db24219;hpb=ae546078c5696ac73ad9f48c2c90163febb4a246;p=public-inbox.git diff --git a/Documentation/standards.perl b/Documentation/standards.perl index 0ac6cc52..69568ceb 100755 --- a/Documentation/standards.perl +++ b/Documentation/standards.perl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w use strict; -# Copyright 2019-2020 all contributors +# Copyright 2019-2021 all contributors # License: AGPL-3.0+ print < 'NNTP', 977 => 'NNTP (old)', + 1036 => 'Standard for Interchange of USENET Messages', + 5536 => 'Netnews Article Format', + 5537 => 'Netnews Architecture and Protocols', + 1738 => 'Uniform resource locators', + 5092 => 'IMAP URL scheme', + 5538 => 'NNTP URI schemes', 6048 => 'NNTP additions to LIST command (TODO)', 8054 => 'NNTP compression', 4642 => 'NNTP TLS', @@ -56,6 +62,10 @@ my $rfcs = [ # 8621 => JSON Meta Application Protocol (JMAP) for Mail # ... + # examples/unsubscribe.milter and PublicInbox::Unsubscribe + 2369 => 'URLs as Meta-Syntax for Core Mail List Commands', + 8058 => 'Signaling One-Click Functionality for List Email Headers', + # TODO: flesh this out ];