Description: A POP3 server is a protocol that follows the RFC 1939 specification. It responds to a set of commands issued by a pop3 client. A POP3 Server is basically a go between, between a pop3 Client and a mail server. In this article, we will create the code to respond to those commands issued by a pop3 client such as Microsoft Outlook or Eudora.