The branch "master" has been updated. The following is a summary of the commits.
from: 1fcfc5e62bcf84b7e7026ec013076539ac133b61 8daaf9c Ignore whitespace in status column 0b0a5f0 [mms] Fix TLS negotiation with POP3 servers. 3d0125a [mms] Handle IN-USE, LOGIN-DELAY, and SYS/TEMP error codes when authenticating to POP3 servers. 63ade4f This class is not PHPUnit 4 compatible 7f88874 Test fixes 2ecf048 Split test into more manageable chunks 8ff07ba Hide more features when using POP3 59ab206 Convert to provider 1cb5b71 Released Horde_Imap_Client-2.19.4 d97f07c Development mode for Horde_Imap_Client-2.19.5 Summary: http://github.com/horde/horde/compare/1fcfc5e62bcf84b7e7026ec013076539ac133b61...d97f07cf22285380ff4523b30878bb14d118d1b7 ----------------------------------------------------------------------- commit 8daaf9c67f11f835a22ed086af3a3cfbb20e59ba Author: Michael M Slusarz <[email protected]> Date: Tue Apr 22 17:35:17 2014 -0600 Ignore whitespace in status column imp/themes/default/dynamic/screen.css | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/8daaf9c67f11f835a22ed086af3a3cfbb20e59ba ----------------------------------------------------------------------- commit 0b0a5f017966601f6c3ea718bd7aefdc3bd39862 Author: Michael M Slusarz <[email protected]> Date: Tue Apr 22 21:43:09 2014 -0600 [mms] Fix TLS negotiation with POP3 servers. framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php | 62 ++++++----- framework/Imap_Client/package.xml | 2 + 2 files changed, 34 insertions(+), 30 deletions(-) http://github.com/horde/horde/commit/0b0a5f017966601f6c3ea718bd7aefdc3bd39862 ----------------------------------------------------------------------- commit 3d0125a3d0b47bc82ca8774e48b31246bf99459e Author: Michael M Slusarz <[email protected]> Date: Tue Apr 22 21:58:10 2014 -0600 [mms] Handle IN-USE, LOGIN-DELAY, and SYS/TEMP error codes when authenticating to POP3 servers. framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php | 6 ++++-- framework/Imap_Client/package.xml | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/3d0125a3d0b47bc82ca8774e48b31246bf99459e ----------------------------------------------------------------------- commit 63ade4faa23c4ed18dcd8165cb083bf0721b6762 Author: Michael M Slusarz <[email protected]> Date: Tue Apr 22 22:03:54 2014 -0600 This class is not PHPUnit 4 compatible .../Kolab_Config/test/Horde/Kolab/Config/ConfigStoryTestCase.php | 5 ++- .../test/Horde/Kolab/Config/Integration/ConfigTest.php | 8 +++++ framework/Kolab_Filter/test/Horde/Kolab/Filter/StoryTestCase.php | 5 ++- .../Kolab_Server/test/Horde/Kolab/Server/Integration/Scenario.php | 4 ++- 4 files changed, 17 insertions(+), 5 deletions(-) http://github.com/horde/horde/commit/63ade4faa23c4ed18dcd8165cb083bf0721b6762 ----------------------------------------------------------------------- commit 7f88874c24a4e30b5f3f6126c0353a9c5d643daa Author: Michael M Slusarz <[email protected]> Date: Tue Apr 22 22:26:17 2014 -0600 Test fixes framework/Text_Filter/test/Horde/Text/Filter/XssTest.php | Bin 23661 -> 24206 bytes 1 files changed, 0 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/7f88874c24a4e30b5f3f6126c0353a9c5d643daa ----------------------------------------------------------------------- commit 2ecf04846797eb115d6faf25dc4262d8c323d924 Author: Michael M Slusarz <[email protected]> Date: Tue Apr 22 23:42:45 2014 -0600 Split test into more manageable chunks framework/Text_Filter/lib/Horde/Text/Filter/Html2text.php | 2 +- framework/Text_Filter/test/Horde/Text/Filter/Html2textTest.php | 443 ++++---- 2 files changed, 210 insertions(+), 235 deletions(-) http://github.com/horde/horde/commit/2ecf04846797eb115d6faf25dc4262d8c323d924 ----------------------------------------------------------------------- commit 8ff07bae1ab801f1c311b7ce612bdd82d2c44c3a Author: Michael M Slusarz <[email protected]> Date: Wed Apr 23 00:18:15 2014 -0600 Hide more features when using POP3 imp/js/dimpbase.js | 6 +++--- imp/lib/Dynamic/Mailbox.php | 29 ++++++++++++++++++++++++++++- imp/lib/Imap.php | 2 ++ 3 files changed, 33 insertions(+), 4 deletions(-) http://github.com/horde/horde/commit/8ff07bae1ab801f1c311b7ce612bdd82d2c44c3a ----------------------------------------------------------------------- commit 59ab206f5ee47de733df7c7f7650e960811811fc Author: Michael M Slusarz <[email protected]> Date: Wed Apr 23 00:32:08 2014 -0600 Convert to provider framework/Imap_Client/test/Horde/Imap/Client/UrlParseTest.php | 242 +++++---- 1 files changed, 141 insertions(+), 101 deletions(-) http://github.com/horde/horde/commit/59ab206f5ee47de733df7c7f7650e960811811fc ----------------------------------------------------------------------- commit 1cb5b71696631905109b818aa58ad9f651e1a345 Author: Michael M Slusarz <[email protected]> Date: Wed Apr 23 00:35:01 2014 -0600 Released Horde_Imap_Client-2.19.4 framework/Imap_Client/composer.json | 4 ++-- framework/Imap_Client/package.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) http://github.com/horde/horde/commit/1cb5b71696631905109b818aa58ad9f651e1a345 ----------------------------------------------------------------------- commit d97f07cf22285380ff4523b30878bb14d118d1b7 Author: Michael M Slusarz <[email protected]> Date: Wed Apr 23 00:35:01 2014 -0600 Development mode for Horde_Imap_Client-2.19.5 framework/Imap_Client/package.xml | 19 +++++++++++++++---- 1 files changed, 15 insertions(+), 4 deletions(-) http://github.com/horde/horde/commit/d97f07cf22285380ff4523b30878bb14d118d1b7 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
