Skip to content

Instantly share code, notes, and snippets.

/POP3 Secret

Created September 14, 2014 18:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/dc82d356a3c831997a85 to your computer and use it in GitHub Desktop.
Save anonymous/dc82d356a3c831997a85 to your computer and use it in GitHub Desktop.
$ openssl s_client -connect pop.gmail.com:pop3s
+OK Gpop ready for requests from 54.201.41.237 nu9mb106780115pbb
USER
+OK send PASS
PASS
+OK Welcome.
LIST
+OK 12 messages (187060 bytes)
1 14295
2 9083
3 14717
4 9594
5 3644
6 12541
7 19242
8 4284
9 27101
10 16162
11 23385
12 33012
.
DELE 1
+OK marked for deletion
DELE 2
+OK marked for deletion
DELE 3
+OK marked for deletion
QUIT
DONE
$ openssl s_client -connect pop.gmail.com:pop3s
+OK Gpop ready for requests from 54.201.41.237 sz8mb107324233pbb
USER
+OK send PASS
PASS
+OK Welcome.
LIST
+OK 12 messages (187060 bytes)
1 14295
2 9083
3 14717
4 9594
5 3644
6 12541
7 19242
8 4284
9 27101
10 16162
11 23385
12 33012
.
QUIT
DONE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment