[commits] Horde branch master updated. d24291a4c369b4a81a04c01541026acce6e823a0

Michael M Slusarz slusarz at horde.org
Thu Apr 21 16:31:57 UTC 2011


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

from: a1014ad94a80706edc2cbbf100ade6f4ff72e148

53b6820 Add support for SEARCH=FUZZY (RFC 6203)
2cddc94 Added sequence parsing test
3c19d90 phpdoc
30d17ca Add support for PARTIAL search/sort results return (RFC 5267 [4.4]).
c872f77 Only set some internal variables if needed; fix some documentation
c65e3e3 More generalized method of parsing NAMESPACE extensions
5e11c09 Always return translation entry from getNamespaces()
0be9b41 Use translated namespace name if available
84e8673 Better error code return if TLS is not available
5b3eeee Handle all enabling functions in _parseEnabled()
2ed5196 Handle all implied capabilities in _parseCapability()
90f60c1 More Imap_Client cleanups
936ae39 Resolve TODO: Optimization when doing a subscribed mailbox listing
218813e More concise wording
e63c2fa Add note to upgrade PEAR before installing
96f5b27 Remove tarball installation instructions
d24291a Bug #9950: Fix notifications in compose window (dynamic view)

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

commit 53b68200adf680760443585b581ca37dcf2c9199
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Apr 19 02:06:08 2011 -0600

    Add support for SEARCH=FUZZY (RFC 6203)

 framework/Imap_Client/lib/Horde/Imap/Client.php              |    3 +
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php         |   14 +
 framework/Imap_Client/lib/Horde/Imap/Client/Exception.php    |    3 +
 framework/Imap_Client/lib/Horde/Imap/Client/Search/Query.php |  223 +++++++---
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php       |   12 +-
 framework/Imap_Client/package.xml                            |    2 +-
 6 files changed, 192 insertions(+), 65 deletions(-)

http://git.horde.org/horde-git/-/commit/53b68200adf680760443585b581ca37dcf2c9199

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

commit 2cddc94fe8051d14ceba52d4d1b1c33439fae02a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Apr 19 11:21:42 2011 -0600

    Added sequence parsing test

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

http://git.horde.org/horde-git/-/commit/2cddc94fe8051d14ceba52d4d1b1c33439fae02a

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

commit 3c19d90f18484ac316e9a82ee2ff20f4293c3f44
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Apr 19 11:33:27 2011 -0600

    phpdoc

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

http://git.horde.org/horde-git/-/commit/3c19d90f18484ac316e9a82ee2ff20f4293c3f44

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

commit 30d17ca8ec7f114e4def7fc8d44e2d7e45787838
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Apr 19 12:33:41 2011 -0600

    Add support for PARTIAL search/sort results return (RFC 5267 [4.4]).
    
    Will most likely be useful in the future for searching large mailboxes.

 framework/Imap_Client/lib/Horde/Imap/Client/Base.php   |    5 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php |   69 ++++++++++++++--
 framework/Imap_Client/package.xml                      |    1 +
 3 files changed, 65 insertions(+), 10 deletions(-)

http://git.horde.org/horde-git/-/commit/30d17ca8ec7f114e4def7fc8d44e2d7e45787838

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

commit c872f776a31ebdefd9c3cfd7c594d7819c76c6cc
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Apr 20 14:50:50 2011 -0600

    Only set some internal variables if needed; fix some documentation

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

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

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

commit c65e3e3851ed21a4f2b82cc876bf6a130d076e27
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Apr 20 15:13:42 2011 -0600

    More generalized method of parsing NAMESPACE extensions

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

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

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

commit 5e11c0966fc7e84a2568e0f905541e2191444955
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Apr 20 15:21:56 2011 -0600

    Always return translation entry from getNamespaces()

 framework/Imap_Client/lib/Horde/Imap/Client/Base.php   |   36 ++++++++--------
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php |    7 ++-
 2 files changed, 22 insertions(+), 21 deletions(-)

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

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

commit 0be9b41cd621242f2c6611029666f6e47d21bf53
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Apr 20 15:38:14 2011 -0600

    Use translated namespace name if available

 imp/docs/CHANGES    |    1 +
 imp/lib/Mailbox.php |   29 ++++++++++++++++-------------
 imp/package.xml     |    6 +++---
 3 files changed, 20 insertions(+), 16 deletions(-)

http://git.horde.org/horde-git/-/commit/0be9b41cd621242f2c6611029666f6e47d21bf53

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

commit 84e86739bca26b4cec44196d76d30fbe31880cce
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Apr 20 15:56:10 2011 -0600

    Better error code return if TLS is not available

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

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

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

commit 5b3eeee0344f3292bda8a96bc493776f834ce925
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Apr 20 15:57:25 2011 -0600

    Handle all enabling functions in _parseEnabled()

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

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

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

commit 2ed5196a56097826a4ae555900cf22bd4ceb0c07
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Apr 20 16:03:58 2011 -0600

    Handle all implied capabilities in _parseCapability()

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

http://git.horde.org/horde-git/-/commit/2ed5196a56097826a4ae555900cf22bd4ceb0c07

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

commit 90f60c172062d3cae6cc1a6bdef0ecd2a7efd51b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Apr 20 16:29:54 2011 -0600

    More Imap_Client cleanups

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

http://git.horde.org/horde-git/-/commit/90f60c172062d3cae6cc1a6bdef0ecd2a7efd51b

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

commit 936ae39a4d0be5568a007a2d18a821199f59d9e9
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Apr 20 16:42:37 2011 -0600

    Resolve TODO: Optimization when doing a subscribed mailbox listing

 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php |   29 +++++++++++++--
 framework/Imap_Client/package.xml                      |    1 +
 2 files changed, 26 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/936ae39a4d0be5568a007a2d18a821199f59d9e9

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

commit 218813e8189da99f89234a068dee5d96442f53b4
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Apr 20 17:13:50 2011 -0600

    More concise wording

 imp/lib/Mime/Viewer/Images.php |    2 +-
 imp/lib/Mime/Viewer/Pdf.php    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/218813e8189da99f89234a068dee5d96442f53b4

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

commit e63c2faa33c061f4ae9cf868b955b18790f90835
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Apr 21 10:02:25 2011 -0600

    Add note to upgrade PEAR before installing

 horde/docs/INSTALL |   28 ++++++++++++++++++----------
 1 files changed, 18 insertions(+), 10 deletions(-)

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

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

commit 96f5b2778e0b41141f8cce9180350f8fe78f8ac9
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Apr 21 10:29:24 2011 -0600

    Remove tarball installation instructions
    
    Confusing to provide instructions about something that you CAN'T do.

 horde/docs/INSTALL     |   58 ------------------------------------------------
 imp/docs/INSTALL       |   37 ------------------------------
 ingo/docs/INSTALL      |   41 +--------------------------------
 kronolith/docs/INSTALL |   37 ------------------------------
 mnemo/docs/INSTALL     |   37 ------------------------------
 nag/docs/INSTALL       |   37 ------------------------------
 turba/docs/INSTALL     |   37 ------------------------------
 7 files changed, 2 insertions(+), 282 deletions(-)

http://git.horde.org/horde-git/-/commit/96f5b2778e0b41141f8cce9180350f8fe78f8ac9

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

commit d24291a4c369b4a81a04c01541026acce6e823a0
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Apr 21 10:31:09 2011 -0600

    Bug #9950: Fix notifications in compose window (dynamic view)

 imp/compose-dimp.php |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

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




More information about the commits mailing list