The branch "bug_12590" has been updated. The following is a summary of the commits.
from: 7f38f489e746cf0d55298ae25d6c2d841168dda0 9d5d7dc [mms] Deprecated the 'password_encrypt' parameter and instead support passing a Horde_Smtp_Password object into the 'password' parameter. 35ae43b Convert dynamic password generation from callable to a Horde_Imap_Client_Base_Password object cf6e014 Use Horde_Imap_Client_Base_Password to dynamically generate password for Horde_Imap_Client 8b470b7 Merge branch 'master' into bug_12590 ----------------------------------------------------------------------- commit 9d5d7dcbc9a606c88929dcc4d40456ce9472e061 Author: Michael M Slusarz <[email protected]> Date: Tue Aug 20 22:27:12 2013 -0600 [mms] Deprecated the 'password_encrypt' parameter and instead support passing a Horde_Smtp_Password object into the 'password' parameter. framework/Smtp/doc/Horde/Smtp/UPGRADING | 3 ++ framework/Smtp/lib/Horde/Smtp.php | 39 ++++++++++++++++++++-------- framework/Smtp/lib/Horde/Smtp/Password.php | 32 +++++++++++++++++++++++ framework/Smtp/package.xml | 2 + 4 files changed, 65 insertions(+), 11 deletions(-) create mode 100644 framework/Smtp/lib/Horde/Smtp/Password.php http://git.horde.org/horde-git/-/commit/9d5d7dcbc9a606c88929dcc4d40456ce9472e061 ----------------------------------------------------------------------- commit 35ae43be030b61eae43f41fa0b67675edc542f4f Author: Michael M Slusarz <[email protected]> Date: Tue Aug 20 22:33:22 2013 -0600 Convert dynamic password generation from callable to a Horde_Imap_Client_Base_Password object framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING | 3 +- framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 8 +- framework/Imap_Client/lib/Horde/Imap/Client/Base/Password.php | 33 +++++++++ framework/Imap_Client/package.xml | 8 ++- 4 files changed, 44 insertions(+), 8 deletions(-) create mode 100644 framework/Imap_Client/lib/Horde/Imap/Client/Base/Password.php http://git.horde.org/horde-git/-/commit/35ae43be030b61eae43f41fa0b67675edc542f4f ----------------------------------------------------------------------- commit cf6e0141675057b16799cb1d3c1893b8bbf7b371 Author: Michael M Slusarz <[email protected]> Date: Tue Aug 20 22:42:27 2013 -0600 Use Horde_Imap_Client_Base_Password to dynamically generate password for Horde_Imap_Client imp/lib/Imap.php | 27 ++-------------- imp/lib/Imap/Password.php | 74 +++++++++++++++++++++++++++++++++++++++++++++ imp/package.xml | 6 ++- 3 files changed, 82 insertions(+), 25 deletions(-) create mode 100644 imp/lib/Imap/Password.php http://git.horde.org/horde-git/-/commit/cf6e0141675057b16799cb1d3c1893b8bbf7b371 ----------------------------------------------------------------------- commit 8b470b784980c9fa35fa07427773b60c31201a9f Merge: cf6e014 9d5d7dc Author: Michael M Slusarz <[email protected]> Date: Tue Aug 20 22:42:30 2013 -0600 Merge branch 'master' into bug_12590 framework/Smtp/doc/Horde/Smtp/UPGRADING | 3 ++ framework/Smtp/lib/Horde/Smtp.php | 39 ++++++++++++++++++++-------- framework/Smtp/lib/Horde/Smtp/Password.php | 32 +++++++++++++++++++++++ framework/Smtp/package.xml | 2 + 4 files changed, 65 insertions(+), 11 deletions(-) http://git.horde.org/horde-git/-/commit/8b470b784980c9fa35fa07427773b60c31201a9f -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
