Re: [Imap-protocol] Working around the evils of LITERAL+
Brandon Long <[email protected]>
| Newsgroups | gmane.mail.imap.general |
|---|---|
| Message-ID | <CABa8R6uqeEuKJ=O7QG3+5QXJJZmj=ZEz88UuGL8qCSfmWQrYag@mail.gmail.com> |
On Sat, Mar 30, 2013 at 2:01 PM, Timo Sirainen <[email protected]> wrote: > On 26.3.2013, at 23.26, Brandon Long <[email protected]> wrote: > > > So, if a user attempted to draft a message larger than our limit (35MB), > with LITERAL+, the client would just issue an APPEND with two large a > message. Our options were to just eat the data and say NO afterwards > (great waste of bandwidth) or drop the connection. Some clients would just > keep retrying to do the APPEND until they exhausted the upload bandwidth > quota, or just cost the user a lot of money if they happened to be on a > line that charged. > > Did you consider blocking the client's IP for n minutes and sending the > user an email explaining the issue and asking to reset the client? > > If we block the IP, they won't get the email either... but there may be something there that could work. I'm more thinking that implementing the UTF8 rfc (or at least parts of it) would eliminate most of the need to use literals in commands, giving us the near equivalent to "only allow literal+ except for append". Brandon _______________________________________________ Imap-protocol mailing list [email protected] http://mailman2.u.washington.edu/mailman/listinfo/imap-protocol