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

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

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