#1487081 closed Bugs (fixed)
Auth capabilty checks ignore welcome banner CAPABILITY string
| Reported by: | brandond | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.5-beta |
| Component: | IMAP connection | Version: | git-master |
| Severity: | normal | Keywords: | |
| Cc: |
Description
It looks like some of the recent auth enhancements are causing an extra CAPABILITY check. When Roundcube connects, it seems to ignore the CAPABILITY string sent in the banner and sends an explicit CAPABILITY before logging in. There's no real point in checking caps again until after we're logged in, and even then it should only be done if imap_force_caps is set.
Here's what I'm seeing. imap_force_caps is disabled.
[25-Oct-2010 23:33:43 -0700]: S: * OK [CAPABILITY IMAP4rev1 LITERAL+ LOGIN-REFERRALS ID ENABLE UNSELECT XIMAPPROXY] Dovecot ready. [25-Oct-2010 23:33:43 -0700]: C: A0001 CAPABILITY [25-Oct-2010 23:33:43 -0700]: S: * CAPABILITY IMAP4rev1 LITERAL+ LOGIN-REFERRALS ID ENABLE UNSELECT XIMAPPROXY [25-Oct-2010 23:33:43 -0700]: S: A0001 OK Completed [25-Oct-2010 23:33:43 -0700]: C: A0002 LOGIN username password
Change History (2)
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 alec
... and improved in [47576080].
Note: See
TracTickets for help on using
tickets.

Fixed in [3353fdcb].