How to Determine What Protocols an IMAP Server Supports
From Provider Wiki
telnet servername 143
When you get to the prompt (Escape character is '^]'.), type the following command:
a001 capability
You will get a listing of the protocols that the particular IMAP server you are connected to will support.
