The branch "master" has been updated. The following is a summary of the commits.
from: 3a52eb9f18474b643a53841906820d8531332a11 9d5d7dc [mms] Deprecated the 'password_encrypt' parameter and instead support passing a Horde_Smtp_Password object into the 'password' parameter. be4adfb [mms] Add preferred way of retrieving password - by passing in callable to 'password' parameter. c299947 Convert dynamic password generation from callable to a Horde_Imap_Client_Base_Password object ----------------------------------------------------------------------- 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 be4adfbd5a3c5d79496419d2361afea4726fb46a Author: Michael M Slusarz <[email protected]> Date: Tue Aug 20 21:19:44 2013 -0600 [mms] Add preferred way of retrieving password - by passing in callable to 'password' parameter. framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING | 5 ++ framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 34 +++++++++++++---- framework/Imap_Client/package.xml | 2 + 3 files changed, 33 insertions(+), 8 deletions(-) http://git.horde.org/horde-git/-/commit/be4adfbd5a3c5d79496419d2361afea4726fb46a ----------------------------------------------------------------------- commit c29994727fe5215d5c30a04bd5e952c26c576321 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/c29994727fe5215d5c30a04bd5e952c26c576321 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
