Opened 3 years ago
Closed 3 years ago
#1486597 closed Bugs (fixed)
cram-md5 imap login failed
| Reported by: | niol | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.4-beta |
| Component: | IMAP connection | Version: | git-master |
| Severity: | normal | Keywords: | |
| Cc: | bubble@… |
Description
roundcubemail-trunk-r3437-20100329.tgz
login succeeds if auth type is auto detect and server accepts CRAM-MD5
[30-Mar-2010 22:22:45 +0200]: S: * CAPABILITY IMAP4rev1 SASL-IR SORT THREAD=REFERENCES MULTIAPPEND UNSELECT LITERAL+ IDLE CHILDREN NAMESPACE LOGIN-REFERRALS QUOTA AUTH=PLAIN AUTH=LOGIN AUTH=CRAM-MD5
the log file shows
30-Mar-2010 22:10:41] PHP Fatal error: Call to undefined method rcube_imap_generic::xor() in /srv/www/ssl/rc/program/include/rcube_imap_generic.php on line 369
login succeeds if auth type is force to plain
$rcmail_configimap_auth_type? = 'plain' ;
Change History (3)
comment:1 Changed 3 years ago by alec
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 3 years ago by bubble
- Cc bubble@… added
- Resolution fixed deleted
- Status changed from closed to reopened
Now I have (not using CRAM-MD5):
Parse error: syntax error, unexpected T_LOGICAL_XOR, expecting T_STRING in /home/webmail/sites/0.4-svn-spam/public_html/program/include/rcube_imap_generic.php on line 2153
comment:3 Changed 3 years ago by alec
- Resolution set to fixed
- Status changed from reopened to closed
Yeah, sorry. Fixed in [6f31b356].

Fixed in [024f0576]