Difference between revisions of "Check IMAP and POP with OpenSSL"
Jump to navigation
Jump to search
Michael.mast (talk | contribs) (Created page with "openssl s_client -connect imap.gmail.com:993 -crlf a login <username> <password>") |
Michael.mast (talk | contribs) |
||
| 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>