The branch "master" has been updated. The following is a summary of the commits.
from: 7cf8eb1962d847f8e903261c3a997fb0b1a81d1d 6d5ef28 Update list of TODO RFCs 73e95d5 [mms] Added support for sending internationalized header data (RFC 6531). 40bbcc4 update documentation 4c506c8 [mms] Internally handle capability querying via the new Horde_Imap_Client_Data_Capability object. d623291 [mms] Fix debug logging for certain IMAP authentication actions. Summary: http://github.com/horde/horde/compare/7cf8eb1962d847f8e903261c3a997fb0b1a81d1d...d623291733e0d5181e77b7c4556ba925e65f8e98 ----------------------------------------------------------------------- commit 6d5ef286f5ed4732ce0bf470de00f6a800523887 Author: Michael M Slusarz <[email protected]> Date: Wed Jul 16 12:23:15 2014 -0600 Update list of TODO RFCs framework/Smtp/lib/Horde/Smtp.php | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/6d5ef286f5ed4732ce0bf470de00f6a800523887 ----------------------------------------------------------------------- commit 73e95d5b2ffd966560d48c350006c99c64eee5f8 Author: Michael M Slusarz <[email protected]> Date: Wed Jul 16 12:45:21 2014 -0600 [mms] Added support for sending internationalized header data (RFC 6531). framework/Smtp/doc/Horde/Smtp/UPGRADING | 12 +++++++ framework/Smtp/lib/Horde/Smtp.php | 50 +++++++++++++++++++++++++----- framework/Smtp/package.xml | 12 ++++---- 3 files changed, 59 insertions(+), 15 deletions(-) http://github.com/horde/horde/commit/73e95d5b2ffd966560d48c350006c99c64eee5f8 ----------------------------------------------------------------------- commit 40bbcc4028defe883e9aa53a51e42bd00e2d374a Author: Michael M Slusarz <[email protected]> Date: Wed Jul 16 12:59:05 2014 -0600 update documentation framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) http://github.com/horde/horde/commit/40bbcc4028defe883e9aa53a51e42bd00e2d374a ----------------------------------------------------------------------- commit 4c506c884cb8ea15d2bbfb70d2156760a3d98e7d Author: Michael M Slusarz <[email protected]> Date: Wed Jul 16 16:33:50 2014 -0600 [mms] Internally handle capability querying via the new Horde_Imap_Client_Data_Capability object. This is BC with current API, since we still return array information for public methods. But these methods are deprecated and have been replaced with a single endpoint - the Capability object - that should be used going forward (and is used exclusively internally). This fixes a few edge cases, and consolidates some duplicate code that wasn't quite identical. Allows unit testing of the capability querying code. framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING | 26 + framework/Imap_Client/lib/Horde/Imap/Client.php | 2 + framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 172 ++--- framework/Imap_Client/lib/Horde/Imap/Client/Data/Capability.php | 121 +++ .../Imap_Client/lib/Horde/Imap/Client/Data/Capability/Imap.php | 109 +++ framework/Imap_Client/lib/Horde/Imap/Client/Search/Query.php | 38 +- framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 156 ++--- framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php | 44 +- framework/Imap_Client/package.xml | 28 +- .../test/Horde/Imap/Client/Data/Capability/ImapTest.php | 59 ++ .../Imap_Client/test/Horde/Imap/Client/Data/CapabilityTest.php | 120 +++ 11 files changed, 645 insertions(+), 230 deletions(-) create mode 100644 framework/Imap_Client/lib/Horde/Imap/Client/Data/Capability.php create mode 100644 framework/Imap_Client/lib/Horde/Imap/Client/Data/Capability/Imap.php create mode 100644 framework/Imap_Client/test/Horde/Imap/Client/Data/Capability/ImapTest.php create mode 100644 framework/Imap_Client/test/Horde/Imap/Client/Data/CapabilityTest.php http://github.com/horde/horde/commit/4c506c884cb8ea15d2bbfb70d2156760a3d98e7d ----------------------------------------------------------------------- commit d623291733e0d5181e77b7c4556ba925e65f8e98 Author: Michael M Slusarz <[email protected]> Date: Wed Jul 16 18:26:27 2014 -0600 [mms] Fix debug logging for certain IMAP authentication actions. For actions that required continuation responses (whether they were actually used or not), the entire command and related internal debug info (e.g. capabilities that are ignored) was being lost. Additionally, allows more granular masking of commands. Debug output now displays as much of the actual command as possible other than the authentication credentials. .../Imap_Client/lib/Horde/Imap/Client/Interaction/Command.php | 8 +- framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 55 +++-- .../lib/Horde/Imap/Client/Socket/Connection/Socket.php | 15 +- framework/Imap_Client/package.xml | 2 + 4 files changed, 59 insertions(+), 21 deletions(-) http://github.com/horde/horde/commit/d623291733e0d5181e77b7c4556ba925e65f8e98 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
