Created
March 6, 2018 02:39
-
-
Save granbom/8aa5ba604ee5e110bf998c88ffb84808 to your computer and use it in GitHub Desktop.
IMAP test with openssl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openssl s_client -crlf -connect example.com:993 | |
tag login [email protected] password | |
tag LIST "" "*" | |
tag SELECT INBOX | |
tag STATUS INBOX (MESSAGES) | |
tag FETCH x:y (BODY[HEADER]) | |
tag FETCH y (BODY) | |
tag FETCH y (BODY[n]) | |
tag LOGOUT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment