Skip to content

Instantly share code, notes, and snippets.

@saghul
Created September 14, 2010 20:11
Show Gist options
  • Save saghul/579679 to your computer and use it in GitHub Desktop.
Save saghul/579679 to your computer and use it in GitHub Desktop.
Log into email server:
saghul@hal:~$ openssl s_client -connect mail.example.com:993
Get server capabilities:
. capability
* CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS MULTIAPPEND UNSELECT IDLE CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS AUTH=PLAIN
. OK Capability completed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment