The branch "master" has been updated. The following is a summary of the commits.
from: 4ff8773d7a91717fad3f72771fda0b2d1d499875 a5e5c6b Allow PGP backend drivers to be tested separately c51a291 [mms] Send IMP MUA information to IMAP servers that support the ID extension. 8f42437 [mms] Pipeline ID command with other commands, if possible. 28877ea Add (mostly) stub for PGP PECL tests Summary: http://github.com/horde/horde/compare/4ff8773d7a91717fad3f72771fda0b2d1d499875...28877ead3d403583c2b074794ac5c464e5463196 ----------------------------------------------------------------------- commit a5e5c6b2bc9999ebd7138cd2c53c5498b914078d Author: Michael M Slusarz <[email protected]> Date: Wed Mar 25 12:46:39 2015 -0600 Allow PGP backend drivers to be tested separately framework/Crypt/package.xml | 8 +- framework/Crypt/test/Horde/Crypt/Pgp/BinaryTest.php | 35 ++ framework/Crypt/test/Horde/Crypt/Pgp/TestBase.php | 596 +++++++++++++++++++ framework/Crypt/test/Horde/Crypt/PgpTest.php | 591 ------------------ 4 files changed, 637 insertions(+), 593 deletions(-) create mode 100644 framework/Crypt/test/Horde/Crypt/Pgp/BinaryTest.php create mode 100644 framework/Crypt/test/Horde/Crypt/Pgp/TestBase.php delete mode 100644 framework/Crypt/test/Horde/Crypt/PgpTest.php http://github.com/horde/horde/commit/a5e5c6b2bc9999ebd7138cd2c53c5498b914078d ----------------------------------------------------------------------- commit c51a291cbdd5910b6b6555f8dce187954ed21a13 Author: Michael M Slusarz <[email protected]> Date: Wed Mar 25 15:13:48 2015 -0600 [mms] Send IMP MUA information to IMAP servers that support the ID extension. imp/docs/CHANGES | 1 + imp/lib/Imap/Config.php | 11 ++++++++++- imp/package.xml | 1 + 3 files changed, 12 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/c51a291cbdd5910b6b6555f8dce187954ed21a13 ----------------------------------------------------------------------- commit 8f424371ea85f66a41a599c711660cf5f10c6130 Author: Michael M Slusarz <[email protected]> Date: Wed Mar 25 15:48:37 2015 -0600 [mms] Pipeline ID command with other commands, if possible. framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING | 11 ++ .../Imap_Client/lib/Horde/Imap/Client/Interaction/Command.php | 20 ++ framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 40 +++-- framework/Imap_Client/package.xml | 16 +- 4 files changed, 67 insertions(+), 20 deletions(-) http://github.com/horde/horde/commit/8f424371ea85f66a41a599c711660cf5f10c6130 ----------------------------------------------------------------------- commit 28877ead3d403583c2b074794ac5c464e5463196 Author: Michael M Slusarz <[email protected]> Date: Wed Mar 25 15:56:03 2015 -0600 Add (mostly) stub for PGP PECL tests framework/Crypt/package.xml | 2 + framework/Crypt/test/Horde/Crypt/Pgp/PeclTest.php | 105 +++++++++++++++++++++ framework/Crypt/test/Horde/Crypt/Pgp/TestBase.php | 1 - 3 files changed, 107 insertions(+), 1 deletions(-) create mode 100644 framework/Crypt/test/Horde/Crypt/Pgp/PeclTest.php http://github.com/horde/horde/commit/28877ead3d403583c2b074794ac5c464e5463196 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
