IMAP from Command line
Often I need to query IMAP server to test the mail server. For this I usually Telnet the IMAP serivce on server, and pass commands to check if it works fine or not.
Following are few commands that I need to test such servers.
To quickly test an imap server using telnet use:
telnet server 143
01 LOGIN username [...]
Posted on March 22nd, 2008 by Sumit Gupta
Filed under: Server Configuration | No Comments »
