Gmail POP3 with openssl command line: hangs while RETR-ing

Posted by sabya on Server Fault See other posts from Server Fault or by sabya
Published on 2010-05-19T09:34:56Z Indexed on 2010/05/19 9:40 UTC
Read the original article Hit count: 368

Filed under:
|
|
|

I want to use openssl s_client for accessing Gmail POP3S server. I am doing the following:

$ openssl s_client -connect pop.gmail.com:995
+OK Gpop ready for requests from <removed: ip> d11pf35377217wam.36
USER <removed: [email protected]>
+OK send PASS
PASS <removed: password>
+OK Welcome.
LIST
+OK 1 messages (2197 bytes)
1 2197
.
STAT
+OK 1 2197
RETR 1
RENEGOTIATING

The problem is I am never able to execute the RETR command. It always hangs while "RENEGOTIATING".

What am I missing?

© Server Fault or respective owner

Related posts about gmail

Related posts about gmail-pop