[commits] Horde branch horde_imap_client-pipeline created. 030ce74c7072781c4f81af86b09ccc4e0832feab

Jan Schneider jan at horde.org
Tue May 14 15:46:22 UTC 2013


The branch "horde_imap_client-pipeline" has been created.
        at  030ce74c7072781c4f81af86b09ccc4e0832feab (commit)

-----------------------------------------------------------------------
commit 030ce74c7072781c4f81af86b09ccc4e0832feab
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue May 14 03:07:44 2013 -0600

    More places to use pipeline temp data instead of global temp data array

commit 566cf1034aa1f3a4dadd775cd2d5034f71b31f58
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue May 14 03:07:10 2013 -0600

    Allow pipeline data to be accessed via server response exception

commit c99ce6adc6d1e5ff5968ce6c0fbdae28be6ef361
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue May 14 02:53:42 2013 -0600

    Have ServerResponse exception handler determine relevant data internally

commit 8fe432699661e92303ead33dd21e524a931a4fbc
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue May 14 02:32:35 2013 -0600

    This is better done by a reference, rather than a global temp entry

commit 19e4e76ea90e28c4d445c7b775a61f15a9e22d72
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue May 14 02:20:54 2013 -0600

    Simplify

commit a69ba724217fb41bb2a45f6a577db883dda9a3b9
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue May 14 02:18:18 2013 -0600

    expunge() now does this for us

commit 1aa66cf5c8460792001a64960aba78fff49786fa
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue May 14 00:01:35 2013 -0600

    Fix variable name; phpdoc

commit b6abe5a21e0aeb12a3a4dba4e8770995345e5980
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun May 12 00:42:36 2013 -0600

    Cleaner _capability() implementation

commit 1c67b1843a8c6514d433d12e34c01a82727ee02e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun May 12 00:40:19 2013 -0600

    simplify

commit 6fffab24320ed993bc46b523e4eafe20b8ca6857
Author: Jan Schneider <jan at horde.org>
Date:   Mon May 13 11:13:15 2013 +0200

    Fix dependencies.

commit 93af04e3d3685dcd2cd7999279864f6c776aa0de
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat May 11 22:53:56 2013 -0600

    [mms] Support pipelining of STORE + EXPUNGE if UIDPLUS is available.

commit e4b1a1755c3001c43960f3da371ff160cf7bdf8d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat May 11 22:32:46 2013 -0600

    Fix setting the fetch_lookup data item

commit 8d4d1d6e1d80f38f7dabe5f5c438ea1ea5ba524f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat May 11 22:27:39 2013 -0600

    phpdoc

commit b90587500735a6cf3155fb15adac0791bb0a1207
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat May 11 18:05:57 2013 -0600

    better check

commit 960364bf03c0e65dc50e379875c33675e3768b11
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat May 11 13:52:28 2013 -0600

    Bug #12245: Lost passing options to _fetch()

commit 611f612e73eeffdc04b46d918ee3306cb12267db
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat May 11 13:48:03 2013 -0600

    Only issue fetch command if we have fetch queries

commit 87f2d0d7b7a26d148fe01096248f6cbda322ce3a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri May 10 17:44:40 2013 -0600

    [mms] Fold statusMultiple() functionality into base status() command.
    
    [mms] Pipeline multiple STATUS commands if LIST-STATUS is not available.
    
    This is a fairly important optimization, especially if polling many
    mailboxes in IMP.

commit e42bb2df5c5c1ef337899fddf2fb2cdedb9efca0
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri May 10 13:21:20 2013 -0600

    [mms] Pipeline multiple IMAP FETCH calls.

commit 3ff9d697f6072dfdd0bdfb2f1b94bbe857ddfca1
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu May 9 13:56:08 2013 -0600

    Forgot to commit the test changes

commit 530d179fdc5f7d02c82f1a34ffd97e9ec7989cdc
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu May 9 13:37:17 2013 -0600

    [mms] Delay sending LANGUAGE command until we send another command to save a round-trip.

commit 853990ca146afa61b5e91586ba23eaabf914dedb
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu May 9 12:57:41 2013 -0600

    [mms] Delay sending ENABLE command until we send another command to save a round-trip.

commit 23f8a4c6291b1cf455c093aed0bde9e53ce690ff
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue May 7 17:09:12 2013 -0600

    [mms] Add internal support for IMAP command pipelining.

commit 2020921b37f91dc560963265ffc1d44aeda8cecf
Author: Jan Schneider <jan at horde.org>
Date:   Tue May 7 14:16:27 2013 +0200

    Updated

commit 86a5e63e1dfa119d3a07de469fd71fd8c9e5ccd2
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon May 6 15:31:10 2013 -0600

    Cast to string to ensure queries correctly work

commit 41ce5d3eedec446228591b01c3f1a20988dc4725
Author: Jan Schneider <jan at horde.org>
Date:   Mon May 6 23:38:54 2013 +0200

    Fix test configurations.

commit da080395ddaa00839d236bdf98c4429236b13766
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Apr 29 01:26:48 2013 -0600

    Move index generation into interface method

commit d74a60f25f5ff59fa7caef192b9f96bafffb72d2
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed May 1 00:13:55 2013 -0600

    Development mode for Horde_Imap_Client-2.9.1




More information about the commits mailing list