From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 7E53F1FA04 for ; Wed, 10 Jun 2020 07:05:19 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 01/82] doc: add some IMAP standards Date: Wed, 10 Jun 2020 07:03:58 +0000 Message-Id: <20200610070519.18252-2-e@yhbt.net> In-Reply-To: <20200610070519.18252-1-e@yhbt.net> References: <20200610070519.18252-1-e@yhbt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: There's more, but IMAP is big and complex already. --- Documentation/standards.perl | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Documentation/standards.perl b/Documentation/standards.perl index 34ab829e2e3..37309956f39 100755 --- a/Documentation/standards.perl +++ b/Documentation/standards.perl @@ -42,6 +42,15 @@ my $rfcs = [ 822 => 'Internet message format (1982)', 2822 => 'Internet message format (2001)', 5322 => 'Internet message format (2008)', + 3501 => 'IMAP4rev1', + 2177 => 'IMAP IDLE', # TODO + # 5032 = 'WITHIN search extension for IMAP', + 4978 => 'IMAP COMPRESS Extension', + # 5182 = 'IMAP Extension for Referencing the Last SEARCH Result', + # 5738 => 'IMAP Support for UTF-8', + # 8474 => 'IMAP Extension for Object Identifiers', + # ... + # TODO: flesh this out ];