X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=Documentation%2Fstandards.perl;h=c36afb5d718bc6725701594618934dcecce8f395;hb=21fcd8a37c82c1ef654d402cf592f0c9d803aa26;hp=1c56830e9b976c8d4aae1952a0a5c4820317e51e;hpb=2fcf2b14a9ce3336af3f58fd23bc18f9a6876718;p=public-inbox.git diff --git a/Documentation/standards.perl b/Documentation/standards.perl index 1c56830e..c36afb5d 100755 --- a/Documentation/standards.perl +++ b/Documentation/standards.perl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -use strict; -# Copyright 2019-2020 all contributors +use v5.12; +# Copyright all contributors # License: AGPL-3.0+ print < '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', @@ -59,8 +62,17 @@ my $rfcs = [ # 8621 => JSON Meta Application Protocol (JMAP) for Mail # ... - # TODO: flesh this out + # 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', + + 1081 => 'Post Office Protocol – Version 3', + 1939 => 'Post Office Protocol – Version 3 (STD 53)', + 2449 => 'POP3 extension mechanism', + 2595 => 'STARTTLS for IMAP and POP3', + 2384 => 'POP URL Scheme', + # TODO: flesh this out ]; my @rfc_urls = qw(tools.ietf.org/html/rfc%d @@ -95,6 +107,6 @@ Other relevant documentation Copyright --------- -Copyright (C) 2019-2020 all contributors +Copyright (C) all contributors License: AGPL-3.0+ EOF