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.
9a0a42c50c
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 | 12 years ago | |
imap.parsers.js | 12 years ago | |
imap.utilities.js | 12 years ago | |
xregexp.js | 12 years ago |