The branch "master" has been updated. The following is a summary of the commits.
from: 572da24f05de4bf4899625820f5a6ee68ce80f21 ee22708 Clean up SMTP authentication parameter documentation 4c8c5df [mms] Add configuration option to configure the e-mail address reset password confirmation messages should be sent from. 84e9517 [mms] Fix honoring the sendmail_eol configuration option. 2790cfa [mms] Added Horde_Core_Factory_Mail factory to allow for alternative mailer configurations. 5bc9cc6 [mms] Added 'imp_auth' option to SMTP configuration in backends.php. ----------------------------------------------------------------------- commit ee22708852ee67d8b01f153dc71cc4bb835bb124 Author: Michael M Slusarz <[email protected]> Date: Sat May 18 13:25:38 2013 -0600 Clean up SMTP authentication parameter documentation horde/config/conf.xml | 6 +++--- imp/config/backends.php | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/ee22708852ee67d8b01f153dc71cc4bb835bb124 ----------------------------------------------------------------------- commit 4c8c5df58ceec00e4bfaf4658356e89bf9474568 Author: Michael M Slusarz <[email protected]> Date: Sat May 18 13:43:52 2013 -0600 [mms] Add configuration option to configure the e-mail address reset password confirmation messages should be sent from. horde/config/conf.xml | 11 +++++++++-- horde/docs/CHANGES | 2 ++ horde/docs/UPGRADING | 4 ++++ horde/package.xml | 2 ++ horde/services/resetpassword.php | 18 +++++++++++------- 5 files changed, 28 insertions(+), 9 deletions(-) http://git.horde.org/horde-git/-/commit/4c8c5df58ceec00e4bfaf4658356e89bf9474568 ----------------------------------------------------------------------- commit 84e95178f77d148df60e3b46fcee831625f8a92a Author: Michael M Slusarz <[email protected]> Date: Sat May 18 14:25:52 2013 -0600 [mms] Fix honoring the sendmail_eol configuration option. framework/Core/lib/Horde/Core/Factory/Mail.php | 2 +- framework/Core/package.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/84e95178f77d148df60e3b46fcee831625f8a92a ----------------------------------------------------------------------- commit 2790cfa5dd43db90697cf2a876edf7eba1a6ebf3 Author: Michael M Slusarz <[email protected]> Date: Sat May 18 14:58:00 2013 -0600 [mms] Added Horde_Core_Factory_Mail factory to allow for alternative mailer configurations. framework/Core/lib/Horde/Core/Factory/Mail.php | 92 ++++++++++++++++--- framework/Core/lib/Horde/Core/Factory/MailBase.php | 40 +++++++++ framework/Core/lib/Horde/Registry.php | 2 +- framework/Core/package.xml | 10 ++- 4 files changed, 125 insertions(+), 19 deletions(-) create mode 100644 framework/Core/lib/Horde/Core/Factory/MailBase.php http://git.horde.org/horde-git/-/commit/2790cfa5dd43db90697cf2a876edf7eba1a6ebf3 ----------------------------------------------------------------------- commit 5bc9cc6e8d304c6ecc762052a0bd291c4e4e4abd Author: Michael M Slusarz <[email protected]> Date: Sat May 18 15:10:48 2013 -0600 [mms] Added 'imp_auth' option to SMTP configuration in backends.php. imp/config/backends.php | 22 +++++++++++++--------- imp/docs/CHANGES | 1 + imp/lib/Factory/Mail.php | 36 +++++++++++++++++++----------------- imp/lib/Imap/Config.php | 6 +++--- imp/package.xml | 2 ++ 5 files changed, 38 insertions(+), 29 deletions(-) http://git.horde.org/horde-git/-/commit/5bc9cc6e8d304c6ecc762052a0bd291c4e4e4abd -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
