The branch "master" has been updated. The following is a summary of the commits.
from: dcc01dc126b0ffad60054d1b65b1c8a38513fcec 9d2cb5a Typo 7026512 Always login if running a public method on the connection. 3a50715 The Horde configuration defaults to SMTP port 25, stick with that. ----------------------------------------------------------------------- commit 9d2cb5ae809fe1da0ebcd20370a3e85a657d76c6 Author: Jan Schneider <[email protected]> Date: Mon Aug 19 11:19:04 2013 +0200 Typo imp/locale/en/help.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/9d2cb5ae809fe1da0ebcd20370a3e85a657d76c6 ----------------------------------------------------------------------- commit 7026512628197aadecd92597a3da25f256c3134a Author: Jan Schneider <[email protected]> Date: Mon Aug 19 11:20:06 2013 +0200 Always login if running a public method on the connection. It only worked so far because queryExtension() implicitly connected to the server. It didn't catch connection errors though, because it simply returned false on exceptions. framework/Smtp/lib/Horde/Smtp.php | 6 ++++++ framework/Smtp/package.xml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/7026512628197aadecd92597a3da25f256c3134a ----------------------------------------------------------------------- commit 3a5071586a818acf1eb89ffc435c86a32685ed22 Author: Jan Schneider <[email protected]> Date: Mon Aug 19 11:22:03 2013 +0200 The Horde configuration defaults to SMTP port 25, stick with that. framework/Core/lib/Horde/Core/Factory/Mail.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/3a5071586a818acf1eb89ffc435c86a32685ed22 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
