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
Post a Comment