]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Documentation/standards.perl
doc: add some IMAP standards
[public-inbox.git] / 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
 
 ];