You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Brian White 9a0a42c50c remove support for partial body fetching
We have no way to match up a partial fetch response if less than the number of
octets we requested were returned, due to the way IMAP responds to partial fetches.

Example: We request BODY[TEXT]<0.32>, but BODY[TEXT] is only 16 bytes,
         then we get back: BODY[TEXT]<0> {16}
         This leaves us with no way to find out what the original
         length request was.

Because of this and the fact that the server can return requested
values in any order, I am disabling partial fetches entirely.
12 years ago
..
imap.js remove support for partial body fetching 12 years ago
imap.parsers.js remove support for partial body fetching 12 years ago
imap.utilities.js fetch() rewrite 12 years ago
xregexp.js Add slightly modified copy of XRegExp used in parser rewrite 12 years ago