Modified pipelined request function by splitting up the the provided queries
authorstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 2 Jul 2003 20:24:11 +0000 (20:24 +0000)
committerstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 2 Jul 2003 20:24:11 +0000 (20:24 +0000)
commit52c8b5852d7461e27027e622787598ede391718f
tree359b0a4b7ca6fd70ea18db868b654fbd2186f326
parent3f075f6c4df2186b94331c0b850206320fcdf57e
Modified pipelined request function by splitting up the the provided queries
in parts. Now we do a request for 32 queries and retrieve the response
before we continue with the next 32 queries.

The number 32 is experimental and should be tested on Exchange 2000 because
that was the imap-server which drops the connection with 100 calls at once.
Maybe we should lower it or raise it.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5196 7612ce4b-ef26-0410-bec9-ea0150e637f0
functions/imap_general.php