| Apop(const char *user, const char *password) | Pop3Client | |
| Auth(const char *mechanism) | Pop3Client | |
| AuthCramMd5(const char *user, const char *password) | Pop3Client | |
| AuthNtlm(const char *user, const char *password) | Pop3Client | |
| Cancel() | Pop3Client | |
| Capa() | Pop3Client | |
| Connect(const char *address, int port=110, bool wait=true) | Pop3Client | |
| ConnectTls(const char *serverHostName, bool wait=false) | Pop3Client | |
| ConnectTlsOpenSSL(const char *serverHostName, void *ssl, bool wait=false) | Pop3Client | |
| Dele(int msgNum) | Pop3Client | |
| Disconnect() | Pop3Client | |
| ErrorCode() const | Pop3Client | |
| ErrorMessage() const | Pop3Client | |
| List() | Pop3Client | |
| List(int msgNum) | Pop3Client | |
| Noop() | Pop3Client | |
| OsErrorCode() const | Pop3Client | |
| Pass(const char *password) | Pop3Client | |
| Pop3Client() | Pop3Client | |
| Quit() | Pop3Client | |
| ReplyCode() const | Pop3Client | |
| ReplyText() const | Pop3Client | |
| Retr(int msgNum) | Pop3Client | |
| Rset() | Pop3Client | |
| SetListener(ProtocolListener *listener, bool del) | Pop3Client | |
| SetReceiveTimeout(int secs) | Pop3Client | |
| SetSendTimeout(int secs) | Pop3Client | |
| SetTimeout(int secs) | Pop3Client | |
| SetTraceOutput(TraceOutput *out, bool takeOwnership) | Pop3Client | |
| Stat() | Pop3Client | |
| Stls() | Pop3Client | |
| Top(int msgNum, int numLines) | Pop3Client | |
| Uidl() | Pop3Client | |
| Uidl(int msgNum) | Pop3Client | |
| User(const char *user) | Pop3Client | |
| ~Pop3Client() | Pop3Client | [virtual] |