]> git.ipfire.org Git - thirdparty/public-inbox.git/commitdiff
doc: add RFC4505 (AUTH=ANONYMOUS) to standards.perl
authorManos Pitsidianakis <manos@pitsidianak.is>
Tue, 25 Jun 2024 12:26:13 +0000 (15:26 +0300)
committerEric Wong <e@80x24.org>
Tue, 25 Jun 2024 17:03:27 +0000 (17:03 +0000)
RFC is implemented by public-inbox-imapd so add it to documentation.

Signed-off-by: Manos Pitsidianakis <manos@pitsidianak.is>
Documentation/standards.perl

index 743cdee1ce24486c9c8fbfb0fb13c6ec6ef3b6ae..17ec33e7b3946528dffc91606b9839b8d0d9442c 100755 (executable)
@@ -51,6 +51,7 @@ my $rfcs = [
        3501 => 'IMAP4rev1',
        2177 => 'IMAP IDLE',
        2683 => 'IMAP4 Implementation Recommendations',
+       4505 => 'Anonymous Simple Authentication and Security Layer (SASL) Mechanism',
        # 5032 = 'WITHIN search extension for IMAP',
        4978 => 'IMAP COMPRESS Extension',
        # 5182 = 'IMAP Extension for Referencing the Last SEARCH Result',