[commits] Horde branch master updated. 14a71b2637516cd23850a437e3bcd5f41263571b

Michael M Slusarz slusarz at horde.org
Mon Oct 22 15:59:11 UTC 2012


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

from: f13a7b95e125c4d82409288a2528ac7ab2c7f9ef

1000ae5 more compact assignments
9e05302 [mms] Remove Horde_Imap_Client_Base#fetchCacheIgnore().
59095ed phpdoc
f57d288 Only do init check once
b085353 [mms] Horde_Imap_Client_Base#listMailboxes() now supports 'status' return even if server does not server LIST-STATUS.
8b7a1ff Return needs to be an IDs object, not an array
88c08b9 [mms] Remove Horde_Imap_Client_Base#fetchFromSectionString().
84a184d No need to cache this query
6109049 Tweak description
14a71b2 Bug #11569: Fix selection of identity

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

commit 1000ae53abaf954645379ea6f16e836a41c1e9ff
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Oct 20 22:01:25 2012 -0600

    more compact assignments

 framework/Imap_Client/lib/Horde/Imap/Client/Base.php |   23 ++++++++---------
 1 files changed, 11 insertions(+), 12 deletions(-)

http://git.horde.org/horde-git/-/commit/1000ae53abaf954645379ea6f16e836a41c1e9ff

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

commit 9e05302b577850caf8a8395565f783568dcbafae
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Oct 20 22:03:22 2012 -0600

    [mms] Remove Horde_Imap_Client_Base#fetchCacheIgnore().

 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING |    5 +++++
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php  |   11 -----------
 framework/Imap_Client/package.xml                     |    2 ++
 imp/lib/Imap.php                                      |    7 ++++---
 4 files changed, 11 insertions(+), 14 deletions(-)

http://git.horde.org/horde-git/-/commit/9e05302b577850caf8a8395565f783568dcbafae

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

commit 59095ed4a560fcdf8bf0196d00cfa6b868a74639
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Oct 20 22:46:37 2012 -0600

    phpdoc

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

http://git.horde.org/horde-git/-/commit/59095ed4a560fcdf8bf0196d00cfa6b868a74639

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

commit f57d28869f8960b2d53897cf45ebd8db1c5a6ae4
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Oct 20 23:35:22 2012 -0600

    Only do init check once

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

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

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

commit b08535340cb70b62c1d2c0712c2711f79f0ffe16
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Oct 20 23:36:42 2012 -0600

    [mms] Horde_Imap_Client_Base#listMailboxes() now supports 'status' return even if server does not server LIST-STATUS.

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

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

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

commit 8b7a1ffc108f192f3240c6bfae127b5f648a639c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Oct 20 23:37:34 2012 -0600

    Return needs to be an IDs object, not an array

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

http://git.horde.org/horde-git/-/commit/8b7a1ffc108f192f3240c6bfae127b5f648a639c

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

commit 88c08b955810cf0152f92ebe7e11010a317a9c40
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Oct 20 23:40:13 2012 -0600

    [mms] Remove Horde_Imap_Client_Base#fetchFromSectionString().

 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING           |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php            |  110 -----
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php          |    5 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Catenate.php |  154 +++++++
 framework/Imap_Client/package.xml                               |    2 +
 imp/lib/Imap.php                                                |    1 -
 6 files changed, 161 insertions(+), 113 deletions(-)
 create mode 100644 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Catenate.php

http://git.horde.org/horde-git/-/commit/88c08b955810cf0152f92ebe7e11010a317a9c40

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

commit 84a184dc53c84d8b47a7f0b27c8b7da0720bf427
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Oct 20 23:48:05 2012 -0600

    No need to cache this query

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

http://git.horde.org/horde-git/-/commit/84a184dc53c84d8b47a7f0b27c8b7da0720bf427

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

commit 6109049688a55024bbd6d268288298a7a32952c3
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Oct 21 02:05:57 2012 -0600

    Tweak description

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

http://git.horde.org/horde-git/-/commit/6109049688a55024bbd6d268288298a7a32952c3

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

commit 14a71b2637516cd23850a437e3bcd5f41263571b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Oct 22 09:57:51 2012 -0600

    Bug #11569: Fix selection of identity

 imp/js/dimpcore.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/14a71b2637516cd23850a437e3bcd5f41263571b




More information about the commits mailing list