[commits] Horde branch master updated. a50d848733ac7c92d91343bca7f26cdcc7232b68

Michael M Slusarz slusarz at horde.org
Wed Sep 17 07:38:15 UTC 2014


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

from: dbe498741c10d917522af11e525b6d18db9ae934

020f074 Fix showing HTML data when there are multiple HTML parts in a message
862b996 Fix sending literal8 when using UTF8 in APPEND command
4f8b550 Add UTF-8 append test
3d2c703 phpdoc
ecea895 [mms] Better error handling when attempting to authenticate via IMAP LOGIN command with non-ASCII credentials (Bug #13554).
0cbd37f __toString() can't thrown an Exception
70e28f7 Test for utf-8 strings in header search query
77acd38 [mms] IMAP driver needs to explicitly search for UTF-8 text, since we don't restrict charset input at the UI level (Bug #13554).
0e55dfb md might not be set
e12bbad Revert a872b68d0615403a910c1b17388340307b1ea2c7
bd8ce16 No need to sync mailbox w/CONDSTORE when we have no cached IDs
70de3c8 Fix a unit test with Gmail
9595488 Much improved lazy loading
cd70c11 coding style
f2fbf36 Ensure we have at least one fetch element
6a8cd6e IMAP test fixes to work around Gmail quirks
20d6d0b [mms] Fix client-side message sorting when there are multiple sort criteria and at least one tie in the first sorting criteria.
719559c Fix overriding port/protocol config values
50417dc [mms] Fix IMAP search results for recent and total messages when it is the only query and the mailbox is not selected.
071dca5 Released Horde_Imap_Client-2.25.1
a50d848 Development mode for Horde_Imap_Client-2.25.2

Summary: http://github.com/horde/horde/compare/dbe498741c10d917522af11e525b6d18db9ae934...a50d848733ac7c92d91343bca7f26cdcc7232b68

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

commit 020f074684258a10946beb11d1209a836d23ec1c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 16 01:43:21 2014 -0600

    Fix showing HTML data when there are multiple HTML parts in a message

 imp/js/dimpcore.js           |    6 +++---
 imp/js/smartmobile.js        |    6 +++---
 imp/lib/Contents.php         |    1 +
 imp/lib/Mime/Viewer/Html.php |    2 +-
 4 files changed, 8 insertions(+), 7 deletions(-)

http://github.com/horde/horde/commit/020f074684258a10946beb11d1209a836d23ec1c

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

commit 862b9968dd9ba9f56edae411a34c7a31bebea716
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 16 02:36:33 2014 -0600

    Fix sending literal8 when using UTF8 in APPEND command

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

http://github.com/horde/horde/commit/862b9968dd9ba9f56edae411a34c7a31bebea716

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

commit 4f8b550e6a00887d14dcb159a0d9d036aa0722ac
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 16 13:47:58 2014 -0600

    Add UTF-8 append test

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

http://github.com/horde/horde/commit/4f8b550e6a00887d14dcb159a0d9d036aa0722ac

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

commit 3d2c7034c1d94f0c214bd1077bc9d2a206eeab0d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 16 13:57:57 2014 -0600

    phpdoc

 framework/Imap_Client/lib/Horde/Imap/Client/Exception.php    |    4 ++--
 framework/Imap_Client/lib/Horde/Imap/Client/Search/Query.php |    3 ++-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php       |    2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)

http://github.com/horde/horde/commit/3d2c7034c1d94f0c214bd1077bc9d2a206eeab0d

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

commit ecea895075319793c034a30a625be1bc5db60a6c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 16 13:59:50 2014 -0600

    [mms] Better error handling when attempting to authenticate via IMAP LOGIN command with non-ASCII credentials (Bug #13554).

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

http://github.com/horde/horde/commit/ecea895075319793c034a30a625be1bc5db60a6c

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

commit 0cbd37fc4dae3c510d70a749d1a00cdd628cc591
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 16 14:29:58 2014 -0600

    __toString() can't thrown an Exception

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

http://github.com/horde/horde/commit/0cbd37fc4dae3c510d70a749d1a00cdd628cc591

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

commit 70e28f7e6cfe6f04bd8c810f3f0e964af5700049
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 16 14:33:35 2014 -0600

    Test for utf-8 strings in header search query

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

http://github.com/horde/horde/commit/70e28f7e6cfe6f04bd8c810f3f0e964af5700049

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

commit 77acd38f939d3b1642ea72d210790466320f9a48
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 16 14:36:50 2014 -0600

    [mms] IMAP driver needs to explicitly search for UTF-8 text, since we don't restrict charset input at the UI level (Bug #13554).
    
    Conflicts:
    	ingo/docs/CHANGES
    	ingo/package.xml

 ingo/docs/CHANGES        |    3 +++
 ingo/lib/Script/Imap.php |    5 +++++
 ingo/package.xml         |    3 ++-
 3 files changed, 10 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/77acd38f939d3b1642ea72d210790466320f9a48

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

commit 0e55dfb5cf85e7756274f3c4355d42dde24f1ff6
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 16 14:46:41 2014 -0600

    md might not be set

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

http://github.com/horde/horde/commit/0e55dfb5cf85e7756274f3c4355d42dde24f1ff6

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

commit e12bbadd8246823319c4aaf3269121a6d688ccad
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 16 15:12:21 2014 -0600

    Revert a872b68d0615403a910c1b17388340307b1ea2c7
    
    I had it right the first time.

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

http://github.com/horde/horde/commit/e12bbadd8246823319c4aaf3269121a6d688ccad

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

commit bd8ce167ba186f1c3805c9038ec51b140db26b12
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 16 16:47:40 2014 -0600

    No need to sync mailbox w/CONDSTORE when we have no cached IDs

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

http://github.com/horde/horde/commit/bd8ce167ba186f1c3805c9038ec51b140db26b12

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

commit 70de3c87b98de14e1e74c39168002a05aa87014b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 16 16:48:05 2014 -0600

    Fix a unit test with Gmail
    
    Gmail auto expunges on deleted flagging, so the message count won't be
    right at the intermediate stages.

 framework/Imap_Client/test/Horde/Imap/Client/Live/Imap.php |   22 ++++++------
 1 files changed, 11 insertions(+), 11 deletions(-)

http://github.com/horde/horde/commit/70de3c87b98de14e1e74c39168002a05aa87014b

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

commit 95954881b4800cdb1b22cdad6afeba1b4cd8742f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 16 20:06:10 2014 -0600

    Much improved lazy loading

 imp/js/imp.js         |   37 ++++++++++++++++++++++++++++++-------
 imp/js/smartmobile.js |   25 ++++++++++++++-----------
 2 files changed, 44 insertions(+), 18 deletions(-)

http://github.com/horde/horde/commit/95954881b4800cdb1b22cdad6afeba1b4cd8742f

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

commit cd70c11ba8f74d7c901add8c4420b73aad0b69a8
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 16 23:39:31 2014 -0600

    coding style

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

http://github.com/horde/horde/commit/cd70c11ba8f74d7c901add8c4420b73aad0b69a8

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

commit f2fbf368c53e2859833fedf67beb05985d1c82fd
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 16 23:39:43 2014 -0600

    Ensure we have at least one fetch element

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

http://github.com/horde/horde/commit/f2fbf368c53e2859833fedf67beb05985d1c82fd

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

commit 6a8cd6eaf8e7bd1ae0329b8e0e2c658026c4a44c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 16 23:54:53 2014 -0600

    IMAP test fixes to work around Gmail quirks

 framework/Imap_Client/test/Horde/Imap/Client/Live/Imap.php |  189 ++++++------
 1 files changed, 100 insertions(+), 89 deletions(-)

http://github.com/horde/horde/commit/6a8cd6eaf8e7bd1ae0329b8e0e2c658026c4a44c

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

commit 20d6d0b074d84887f011d9e05a94a9c7c2eb338b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Sep 17 01:04:21 2014 -0600

    [mms] Fix client-side message sorting when there are multiple sort criteria and at least one tie in the first sorting criteria.

 framework/Imap_Client/lib/Horde/Imap/Client/Socket/ClientSort.php |   17 +-
 framework/Imap_Client/package.xml                                 |    8 +-
 .../Imap_Client/test/Horde/Imap/Client/Socket/ClientSortTest.php  |   65 +++--
 .../Imap_Client/test/Horde/Imap/Client/fixtures/clientsort2.txt   |    1 +
 4 files changed, 68 insertions(+), 23 deletions(-)
 create mode 100644 framework/Imap_Client/test/Horde/Imap/Client/fixtures/clientsort2.txt

http://github.com/horde/horde/commit/20d6d0b074d84887f011d9e05a94a9c7c2eb338b

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

commit 719559c4fe08df9bdaf091ca04b2f9e19f84e699
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Sep 17 01:08:33 2014 -0600

    Fix overriding port/protocol config values

 imp/lib/Imap/Config.php |   16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/719559c4fe08df9bdaf091ca04b2f9e19f84e699

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

commit 50417dc4c82e5f4deb0208770d530e4687f62388
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Sep 17 01:27:19 2014 -0600

    [mms] Fix IMAP search results for recent and total messages when it is the only query and the mailbox is not selected.

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

http://github.com/horde/horde/commit/50417dc4c82e5f4deb0208770d530e4687f62388

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

commit 071dca5d42956068af7839797a0243df20e2a2f8
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Sep 17 01:37:25 2014 -0600

    Released Horde_Imap_Client-2.25.1

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

http://github.com/horde/horde/commit/071dca5d42956068af7839797a0243df20e2a2f8

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

commit a50d848733ac7c92d91343bca7f26cdcc7232b68
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Sep 17 01:37:26 2014 -0600

    Development mode for Horde_Imap_Client-2.25.2

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

http://github.com/horde/horde/commit/a50d848733ac7c92d91343bca7f26cdcc7232b68




More information about the commits mailing list