about summary refs log tree commit homepage
path: root/Documentation/standards.perl
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-06-10 07:05:06 +0000
committerEric Wong <e@yhbt.net>2020-06-13 07:55:45 +0000
commit7240a93c7dac9e1e73c7792e48a80df9ddf1eae0 (patch)
tree31d3a264a7319a700e1ae15ca9ffd63978a807c9 /Documentation/standards.perl
parent8af34015e9aa94e5ae4ae9e9fd2c4d155453ac94 (diff)
downloadpublic-inbox-7240a93c7dac9e1e73c7792e48a80df9ddf1eae0.tar.gz
RFC 2683 section 3.2.1.5 recommends it:

> For its part, a server should allow for a command line of at least
> 8000 octets.  This provides plenty of leeway for accepting reasonable
> length commands from clients.  The server should send a BAD response
> to a command that does not end within the server's maximum accepted
> command length.

To conserve memory, we won't bother reading the entire line
before sending the BAD response and disconnecting them.
Diffstat (limited to 'Documentation/standards.perl')
-rwxr-xr-xDocumentation/standards.perl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/standards.perl b/Documentation/standards.perl
index 8fc852c7..b4bda8a9 100755
--- a/Documentation/standards.perl
+++ b/Documentation/standards.perl
@@ -44,6 +44,7 @@ my $rfcs = [
         5322 => 'Internet message format (2008)',
         3501 => 'IMAP4rev1',
         2177 => 'IMAP IDLE',
+        2683 => 'IMAP4 Implementation Recommendations',
         # 5032 = 'WITHIN search extension for IMAP',
         4978 => 'IMAP COMPRESS Extension',
         # 5182 = 'IMAP Extension for Referencing the Last SEARCH Result',