[commits] Horde branch master updated. f3e1d5807d03a53dd1742d5e34c7b0e6326a2a4d

Michael M Slusarz slusarz at horde.org
Tue Nov 6 02:55:23 UTC 2012


The branch "master" has been updated.
The following is a summary of the commits.

from: 0500efc0f51c4dc9109401d2c3803312fc81da6b

441cb95 typo
24e9d54 Released Horde_Imap_Client-2.1.2
1bc7773 Development mode for Horde_Imap_Client-2.1.3
87da470 Ignore empty IDs search queries.
68a642b [mms] Ignore empty ID search queries.
633223f [mms] Always map UIDs to sequence numbers if resolving an all UIDs search.
c3ce2ec [mms] Allow Horde_Imap_Client_Base#vanished() to work with non-QRESYNC servers if the 'ids' option is given.
4001018 Simplify
5ec05a9 Released Horde_Imap_Client-2.1.3
f3e1d58 Development mode for Horde_Imap_Client-2.1.4

-----------------------------------------------------------------------

commit 441cb956b74fe1d332c638ea38ee24ed41bf3011
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Nov 5 13:32:57 2012 -0700

    typo

 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/441cb956b74fe1d332c638ea38ee24ed41bf3011

-----------------------------------------------------------------------

commit 24e9d549da6df51a16fd97224ae908e2ea2298ac
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Nov 5 13:36:42 2012 -0700

    Released Horde_Imap_Client-2.1.2

 framework/Imap_Client/package.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/24e9d549da6df51a16fd97224ae908e2ea2298ac

-----------------------------------------------------------------------

commit 1bc7773f76679a52375e47b3a2d84451f0b7ed66
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Nov 5 13:36:42 2012 -0700

    Development mode for Horde_Imap_Client-2.1.3

 framework/Imap_Client/package.xml |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/1bc7773f76679a52375e47b3a2d84451f0b7ed66

-----------------------------------------------------------------------

commit 87da47034f32b8469d532f9b733130924f6cb0ee
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Nov 5 16:01:04 2012 -0700

    Ignore empty IDs search queries.

 framework/Imap_Client/lib/Horde/Imap/Client/Search/Query.php |   12 +++++----
 1 files changed, 7 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/87da47034f32b8469d532f9b733130924f6cb0ee

-----------------------------------------------------------------------

commit 68a642baa8c029da1c411034607e1d828607da9c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Nov 5 19:37:43 2012 -0700

    [mms] Ignore empty ID search queries.

 framework/Imap_Client/package.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/68a642baa8c029da1c411034607e1d828607da9c

-----------------------------------------------------------------------

commit 633223f4d8af1aa8cd1211d16d8bd1d6163c0d68
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Nov 5 16:36:02 2012 -0700

    [mms] Always map UIDs to sequence numbers if resolving an all UIDs search.

 framework/Imap_Client/lib/Horde/Imap/Client/Base.php |    2 ++
 framework/Imap_Client/package.xml                    |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/633223f4d8af1aa8cd1211d16d8bd1d6163c0d68

-----------------------------------------------------------------------

commit c3ce2ecf0acedcf31e5958cdf89030c1607aa766
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Nov 5 19:43:15 2012 -0700

    [mms] Allow Horde_Imap_Client_Base#vanished() to work with non-QRESYNC servers if the 'ids' option is given.

 framework/Imap_Client/lib/Horde/Imap/Client/Base.php |   28 ++++++++++++-----
 framework/Imap_Client/package.xml                    |    2 +
 2 files changed, 22 insertions(+), 8 deletions(-)

http://git.horde.org/horde-git/-/commit/c3ce2ecf0acedcf31e5958cdf89030c1607aa766

-----------------------------------------------------------------------

commit 40010183012b1d76974dc7880664f7011f8c5b21
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Nov 5 19:43:27 2012 -0700

    Simplify

 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/40010183012b1d76974dc7880664f7011f8c5b21

-----------------------------------------------------------------------

commit 5ec05a948207bae2f17955bc914f56d042ebc7d5
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Nov 5 19:54:03 2012 -0700

    Released Horde_Imap_Client-2.1.3

 framework/Imap_Client/package.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/5ec05a948207bae2f17955bc914f56d042ebc7d5

-----------------------------------------------------------------------

commit f3e1d5807d03a53dd1742d5e34c7b0e6326a2a4d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Nov 5 19:54:04 2012 -0700

    Development mode for Horde_Imap_Client-2.1.4

 framework/Imap_Client/package.xml |   21 ++++++++++++++++-----
 1 files changed, 16 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/f3e1d5807d03a53dd1742d5e34c7b0e6326a2a4d




More information about the commits mailing list