Chapter 6 The POP3 Package
6.1 Introduction
The Post Office Protocol Version 3 (POP3) is an Internet protocol for accessing a mail drop on a server machine dynamically. Detailed information is in RFC 1225, described by IETF at http://tools.ietf.org/html/rfc1225.
6.1.1 Classes in the POP3 Package
This package includes the following classes:
6.1.2 Header Files
The rw/pop3 directory contains a header file for each class. The header file names have the form classname.h. For example, the header file for RWPop3Agent is RWPop3Agent.h.
You can also use the umbrella header file, pop3.h, which includes the header files for all classes in the POP3 package.