[Tickets #12817] IMAP_Client_Socket tries to do SASL PLAIN auth on non-SASL account

noreply at bugs.horde.org noreply at bugs.horde.org
Sun Nov 3 09:00:44 UTC 2013


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/12817
------------------------------------------------------------------------------
  Ticket             | 12817
  Created By         | baohx2000 at gmail.com
  Summary            | IMAP_Client_Socket tries to do SASL PLAIN auth on
                     | non-SASL account
  Queue              | Horde Framework Packages
  Version            | Git master
  Type               | Bug
  State              | Unconfirmed
  Priority           | 2. Medium
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


baohx2000 at gmail.com (2013-11-03 09:00) wrote:

An example of this kind of account is godaddy.
To confirm, try to login to a godaddy-hosted imap account (you need to  
upgrade from the free account to use imap).  You will receive "error  
in initialization - 001."

To confirm, comment out lines near 430 of Socket.php containing:
             if ($this->isSecureConnection()) {
                 $auth_mech[] = 'PLAIN';
                 unset($auth['PLAIN']);
             }

Try to login again and it will succeed.





More information about the bugs mailing list