The branch "bug_12590" has been updated. The following is a summary of the commits.
from: 8b470b784980c9fa35fa07427773b60c31201a9f 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 019a5e8 This is not needed anymore 5979d7f Merge branch 'master' into bug_12590 ----------------------------------------------------------------------- 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 ----------------------------------------------------------------------- commit 019a5e8c95a0c69f1ea51406dde9048f91d90e91 Author: Michael M Slusarz <[email protected]> Date: Tue Aug 20 22:46:55 2013 -0600 This is not needed anymore imp/lib/Imap.php | 11 +---------- 1 files changed, 1 insertions(+), 10 deletions(-) http://git.horde.org/horde-git/-/commit/019a5e8c95a0c69f1ea51406dde9048f91d90e91 ----------------------------------------------------------------------- commit 5979d7f0f1a448917a2d80210ed5c8121f3cfea0 Merge: 019a5e8 c299947 Author: Michael M Slusarz <[email protected]> Date: Tue Aug 20 22:47:21 2013 -0600 Merge branch 'master' into bug_12590 http://git.horde.org/horde-git/-/commit/5979d7f0f1a448917a2d80210ed5c8121f3cfea0 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
