SVN Releases > Pending

Loginproblem with trunk versions after 4385

(1/2) > >>

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:
Enable imap_debug and post the log here.

alec:
and what do you have in imap_auth_type option.

Jack!:

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


If I enable imap_debug, the following entries can be seen in the imap logfile (using trunk 4398):

--- Code: ---[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
--- End code ---



--- Quote from: alec;32287 ---and what do you have in imap_auth_type option.
--- End quote ---

'imap_auth_type' has still the default value:

--- Code: ---$rcmail_config['imap_auth_type'] = null;
--- End code ---

alec:
Fixed in r4399.

Navigation

[0] Message Index

[#] Next page

Go to full version