Roundcube Community Forum

 

Loginproblem with trunk versions after 4385

Started by Jack!, January 07, 2011, 10:40:19 AM

Previous topic - Next topic

Jack!

If I use the newest trunk version (4398 at the moment) I can't login anymore. On the login screen it shows shortly error "Login failure" and that's it. Nothing in the log file. If I use trunk 4385 there's no problem at all.

If I use trunk 4398 and replace file "\program\include\rcube_imap_generic.php" from this version with the same file from trunk 4385, I can login again. Problem gone. Probably an issue with the "improved get_capability() syntax"? Am I overlooking something?

SKaero


alec

and what do you have in imap_auth_type option.

Jack!

Quote from: skaero;32286Enable imap_debug and post the log here.

If I enable imap_debug, the following entries can be seen in the imap logfile (using trunk 4398):
[07-Jan-2011 22:57:01 +0100]: S: * OK IMAPrev1
[07-Jan-2011 22:57:01 +0100]: C: A0001 CAPABILITY
[07-Jan-2011 22:57:01 +0100]: S: * CAPABILITY IMAP4 IMAP4rev1 CHILDREN IDLE QUOTA SORT ACL NAMESPACE RIGHTS=texk
[07-Jan-2011 22:57:01 +0100]: S: A0001 OK CAPABILITY completed
[07-Jan-2011 22:57:01 +0100]: C: A0002 LOGOUT
[07-Jan-2011 22:57:01 +0100]: S: * BYE Have a nice day
[07-Jan-2011 22:57:01 +0100]: S: A0002 OK Logout completed


Quote from: alec;32287and what do you have in imap_auth_type option.
'imap_auth_type' has still the default value:
$rcmail_config['imap_auth_type'] = null;

alec


Jack!

Quote from: alec;32293Fixed in r4399.
Confirmed. Thanks!