From: Matthias A. <mat...@gm...> - 2011-05-01 09:33:43
|
Am 23.04.2011 01:28, schrieb Andrea Righi: > To retrieve new messages from a IMAP folder we use the IMAP SEARCH > command, but we limit the messages processed by the query to 1000. > This limit is hard-coded and it cannot be changed at runtime. > > This value is not the best option in some cases, especially for large > folders, because we need to submit a query each 1000 messages. > > The following patch introduces a new option (imapsearchmax) that can be > used to change this limit at runtime. Note that Exchange 2010 may also need a server-side fix then. If we're not up in the 2000+ range we apparently don't trigger it: http://support.microsoft.com/kb/2494798/en-us |