Set the UID_SET_LIMIT value to 4096. I ran into an issue tonight where
authorJeffrey Stedfast <fejj@ximian.com>
Thu, 11 Apr 2002 05:19:13 +0000 (05:19 +0000)
committerJeffrey Stedfast <fejj@src.gnome.org>
Thu, 11 Apr 2002 05:19:13 +0000 (05:19 +0000)
commite1101da2b0c1121f8837c98f2560fdc3028fbfa0
treec4404e9aaff74f5b6cf905f1388782aa683bdf6d
parent8be351e39b9de00c437700df61f2b70012e1a73d
Set the UID_SET_LIMIT value to 4096. I ran into an issue tonight where

2002-04-11  Jeffrey Stedfast  <fejj@ximian.com>

* providers/imap/camel-imap-folder.c: Set the UID_SET_LIMIT value
to 4096. I ran into an issue tonight where apparently the IMAP
server changed the UIDVALIDITY and so Evo needed to re-fetch all
headers and it was trying to send a uid set of some 25k (yes, I
have a very large INBOX). Anyways, it was set to unlimited
before. Courier IMAPd can safely handle up to ~16k per token, but
UW IMAPd can only handle 8k per command-line, so I set it to 4k
just to be safe.
camel/ChangeLog
camel/providers/imap/camel-imap-folder.c