1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-11 20:15:03 -05:00
k-9/src/com
Jesse Vincent 0229d8a1fe Implement windowing for IMAP UID FETCH
Our previous implementation of UID FETCH didn't ever take into account
maximum command line lengths. When fetching, say 800 messages from a
GMail IMAP server, we could easily overflow the max line length leading
to a fetch that didn't get all the messages we wanted to and was
truncated before the description of which fields we want. That caused
K-9 to fetch complete messages, exhaust memory and ultimately fail,
even when we were just trying to get message lengths.

An equivalent fix needs to be made to seach by UID.
2010-08-11 03:36:40 +00:00
..
beetstra/jutf7 svn:eol-style=LF for src and XML resources 2010-07-13 21:49:28 +00:00
fsck/k9 Implement windowing for IMAP UID FETCH 2010-08-11 03:36:40 +00:00
jcraft/jzlib svn:eol-style=LF for src and XML resources 2010-07-13 21:49:28 +00:00