Difference between revisions of "Check IMAP and POP with OpenSSL"

From Michael's Information Zone
Jump to navigation Jump to search
(Created page with "openssl s_client -connect imap.gmail.com:993 -crlf a login <username> <password>")
 
Line 1: Line 1:
 +
<pre>
 
openssl s_client -connect imap.gmail.com:993 -crlf
 
openssl s_client -connect imap.gmail.com:993 -crlf
 
a login <username> <password>
 
a login <username> <password>
 +
 +
</pre>

Revision as of 16:43, 13 May 2017

openssl s_client -connect imap.gmail.com:993 -crlf
a login <username> <password>