Tag Archives: unix telnet imap

To quickly test an imap server using telnet

telnet server 143 01 LOGIN username password 02 LIST “” * 03 SELECT mailbox Line 02 shows you all available mailboxes. To show the information about a mailbox: 04 STATUS mailbox (MESSAGES) Between () you can place one or more … Continue reading

Posted in How To, Server, Unix, shell, tips and tricks | Tagged | Leave a comment