You are receiving this mail because:
You are the assignee for the bug, or are watching the assignee.
holmgren lysator liu se changed:
What |Removed |Added
Status|RESLVED |UNCNFIRMED
Resolution|INVALID |
Additional Comments From holmgren lysator liu se 2006-05-11 00:00
I believe you misunderstood me. This is just a minor optimisation that would cause the imap kioslave not to ask for capabilities right after connecting if the server includes it in its greeting, thus saving one round-trip. It has nothing to do with how the capability information can be used by Kmail et al.
Before:
S: * K [CAPABILITY IMAP4Rev1 SRT STARTTLS ] I'm ready.
C: a001 CAPABILITY
S: * CAPABILITY IMAP4Rev1 SRT STARTTLS
C: a002 STARTTLS
After:
S: * K [CAPABILITY IMAP4Rev1 SRT STARTTLS ] I'm ready.
C: a001 STARTTLS
It would amount to adding a case for CAPABILIY in imapParser::parseResult() and changing imapParser::parseLoop() and/or IMAP4Protocol::makeLogin() so that the greeting gets parsed.
It's a tad silly, although it's Right, so you mark it with WNTFIX, but I can't accept INVALID (and I reserve the right to submit a patch anyway :-).
KMail developers mailing list
KMail-devel (AT) kde (DOT) org