wasm-demo/demo/ermis-f/imap-protocol/cur/1600095138.23051.mbox:2,S

60 lines
2.0 KiB
Plaintext

MBOX-Line: From colin at swaveit.com Wed Nov 23 16:41:48 2005
To: imap-protocol@u.washington.edu
From: "Colin E. McDonald" <colin@swaveit.com>
Date: Fri Jun 8 12:34:36 2018
Subject: [Imap-protocol] IMAP capability for maximum APPEND message size?
Message-ID: <4105831243F6A441A82525D34E90513C1A8ECB@swave1.SquareWave.local>
You should add a function that allows the attachment of fine lagers to
e-mails.
Now that would be cool
Happy Thanksgiving IMAP!!!
Colin
-----Original Message-----
From: imap-protocol-bounces@mailman1.u.washington.edu
[mailto:imap-protocol-bounces@mailman1.u.washington.edu] On Behalf Of
Mark Crispin
Sent: Wednesday, November 23, 2005 7:08 PM
To: IMAP Protocol Interest List; IMAP Extensions WG
Subject: [Imap-protocol] IMAP capability for maximum APPEND message
size?
I am considering the addition of a trivial new capability to IMAP that
would advertise the maximum size of a message in APPEND (and probably
also CATENATE). This has the same purpose as the SIZE capability in
SMTP.
Currently, the only message size limit in IMAP is 4294967295 (2^32 - 1)
due to IMAP's use of unsigned 32-bit integers. Supporting that size is
troublesome due to +1 overflow problems. Many implementations have much
smaller limits, such as both for administrative and technical reasons
(many filesystems encounter problems after 2^31 - 1).
Rather than have this be a secret, I propose a capability called
MAXAPPENDSIZE=nnn, where nnn is the size.
I considered a somewhat more complex extension might advertise the
server's command line length. I think that we should stick with RFC
2683 section 3.2.1.5, since a client which is armed with more detail is
much more likely to shoot itself in the foot.
Comments?
-- Mark --
http://panda.com/mrc
Democracy is two wolves and a sheep deciding what to eat for lunch.
Liberty is a well-armed sheep contesting the vote.
_______________________________________________
Imap-protocol mailing list
Imap-protocol@u.washington.edu
https://mailman1.u.washington.edu/mailman/listinfo/imap-protocol