]> Sergey Matveev's repositories - public-inbox.git/commitdiff
doc: add some IMAP standards
authorEric Wong <e@yhbt.net>
Wed, 10 Jun 2020 07:03:58 +0000 (07:03 +0000)
committerEric Wong <e@yhbt.net>
Sat, 13 Jun 2020 07:55:45 +0000 (07:55 +0000)
There's more, but IMAP is big and complex already.

Documentation/standards.perl

index 34ab829e2e32bc6f238bc397465a433af55f2b7e..37309956f39faccb8c7981976ffbcae854291b89 100755 (executable)
@@ -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
 
 ];