How to test POP3 using telnet

I often get to configure POP3 on mail environments. The easiest way to test if it works is to use telnet (using built-in or Putty). First, connect to port 110: telnet POPserver.domain.com 110 Then run the following to authenticate, list mails and quit. Just change...