Summary | Remote accounts autoconfig is broken |
Queue | IMP |
Queue Version | 6.2.0beta1 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | azurit (at) pobox (dot) sk |
Created | 05/21/2014 (4073 days ago) |
Due | |
Updated | 05/21/2014 (4073 days ago) |
Assigned | |
Resolved | 05/21/2014 (4073 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
commit 3d7287988272bf9ae4a93b7f75d726fb613a9f07
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed May 21 17:09:53 2014 -0600
[mms] Fix verification of IMAP and POP3 servers (
Bug #13205)..../lib/Horde/Mail/Autoconfig/Server/Imap.php | 5 ++-
.../lib/Horde/Mail/Autoconfig/Server/Pop3.php | 8 +++-
framework/Mail_Autoconfig/package.xml | 6 +-
.../test/Horde/Mail/Autoconfig/AutoconfigTest.php | 41 ++++++++++++++++---
.../test/Horde/Mail/Autoconfig/conf.php.dist | 5 ++-
5 files changed, 52 insertions(+), 13 deletions(-)
http://github.com/horde/horde/commit/3d7287988272bf9ae4a93b7f75d726fb613a9f07
commit a55394347b0ef4057224edc86c11de88756f99ba
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed May 21 17:07:58 2014 -0600
[mms] A noop() call before authentication will now correctly
throw an exception on a connection issue (
Bug #13205)..../Imap_Client/lib/Horde/Imap/Client/Base.php | 7 ++++---
framework/Imap_Client/package.xml | 4 ++--
2 files changed, 6 insertions(+), 5 deletions(-)
http://github.com/horde/horde/commit/a55394347b0ef4057224edc86c11de88756f99ba
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Remote accounts autoconfig is broken
Type ⇒ Bug
State ⇒ Unconfirmed
Otherwise, it is always reporting that it was successfull but it is
instead filling invalid data and remote account isn't working at all.
It use to just set domain part from e-mail address as server. If the
domain isn't supporting autoconfig, it should report that it WASN'T
successfull and ask user to enter data manualy.