Comment 5 for bug 1446633

Revision history for this message
RalfBecker (ralfbecker) wrote :

Yep, I can confirm there are other IMAP server my code works with. Forgot to mention that.

If you use openssl s_client to send the command to that IMAP server it works too:

RalfsMac:egroupware ralf$ openssl s_client -host imap.ikmj.com -port 993
CONNECTED(00000003)
depth=1 C = BE, O = GlobalSign nv-sa, CN = AlphaSSL CA - SHA256 - G2
verify error:num=20:unable to get local issuer certificate
---
* OK ikmj-serwer.home.pl IdeaImapServer v0.80 ready
1 CAPABILITY
* CAPABILITY IMAP4rev1 LITERAL+ CHILDREN I18NLEVEL=1 IDLE SORT UIDPLUS UNSELECT XLIST AUTH=PLAIN AUTH=LOGIN
1 OK Completed
2 LOGOUT
* BYE IMAP4rev1 logging out
2 OK Goodbye
closed

Ralf