The branch "master" has been updated. The following is a summary of the commits.
from: d5ac35d3c82cbbd4343658f4542c541dc2111023 13dbf6b [mms] Add internal support for IMAP command pipelining. eba7cd2 [mms] Delay sending ENABLE command until we send another command to save a round-trip. 2583855 [mms] Delay sending LANGUAGE command until we send another command to save a round-trip. ----------------------------------------------------------------------- commit 13dbf6b82a48a72262a94835f026050f28f89302 Author: Michael M Slusarz <[email protected]> Date: Tue May 7 17:09:12 2013 -0600 [mms] Add internal support for IMAP command pipelining. framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING | 9 + framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 5 +- framework/Imap_Client/lib/Horde/Imap/Client/Data/Format/List.php | 6 + .../Imap_Client/lib/Horde/Imap/Client/Interaction/Client.php | 11 +- .../Imap_Client/lib/Horde/Imap/Client/Interaction/Command.php | 82 + .../lib/Horde/Imap/Client/Interaction/Command/Continuation.php | 65 + .../Imap_Client/lib/Horde/Imap/Client/Interaction/Pipeline.php | 136 + framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 1331 +++-- framework/Imap_Client/package.xml | 26 +- 9 files changed, 1039 insertions(+), 632 deletions(-) create mode 100644 framework/Imap_Client/lib/Horde/Imap/Client/Interaction/Command.php create mode 100644 framework/Imap_Client/lib/Horde/Imap/Client/Interaction/Command/Continuation.php create mode 100644 framework/Imap_Client/lib/Horde/Imap/Client/Interaction/Pipeline.php http://git.horde.org/horde-git/-/commit/13dbf6b82a48a72262a94835f026050f28f89302 ----------------------------------------------------------------------- commit eba7cd22b3c77bb7482b89933575645b7f093d9e Author: Michael M Slusarz <[email protected]> Date: Thu May 9 12:57:41 2013 -0600 [mms] Delay sending ENABLE command until we send another command to save a round-trip. framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 50 ++++++++++++++- framework/Imap_Client/package.xml | 2 + 2 files changed, 48 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/eba7cd22b3c77bb7482b89933575645b7f093d9e ----------------------------------------------------------------------- commit 2583855d6289cae5970960e18007349b39619fbb Author: Michael M Slusarz <[email protected]> Date: Thu May 9 13:37:17 2013 -0600 [mms] Delay sending LANGUAGE command until we send another command to save a round-trip. framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 10 ++++++++++ framework/Imap_Client/package.xml | 2 ++ 2 files changed, 12 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/2583855d6289cae5970960e18007349b39619fbb -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
