terminal - How to talk to IMAP server in Shell via OpenSSL -



terminal - How to talk to IMAP server in Shell via OpenSSL -

i want send imap commands via mac os x terminal server , response. can connect server using line:

openssl s_client -connect imap.gmail.com:993

and can login:

? login m.client2 passwordhere

but other commands not work, no response server. tried instance this:

? list "" "*" ? select inbox

found error help of friend:

openssl s_client -connect imap.gmail.com:993 -crlf

-crlf critical

terminal openssl imap

Comments

Popular posts from this blog

javascript - mongodb won't find my schema method in nested container -

r - url in CRAN extension manual -

c - how to symlink a shared object file (lib) -