From: stekkel Date: Sun, 29 Jun 2003 10:54:48 +0000 (+0000) Subject: request LIST calls / mailbox and STATUS info by using pipelined imap-calls. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=483f9ef91bef2d0ee064341ec8ac058e73acdb69;hp=483f9ef91bef2d0ee064341ec8ac058e73acdb69;p=squirrelmail.git request LIST calls / mailbox and STATUS info by using pipelined imap-calls. This means we do the imap-call and don't wait for the response and continue with the next mailbox. Because we remember the issued tags we are able to retrieve the imap-responses and assign the response to the correct mailbox. The advantage of this method is that we don't have to wait on each response. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5159 7612ce4b-ef26-0410-bec9-ea0150e637f0 ---