#include <protocol.hh>
Inheritance diagram for Protocol:

Public Member Functions | |
| virtual bool | login (const char *usr, const char *pass, const unsigned int) const =0 |
| virtual bool | logout (void) const =0 |
| virtual int | remove_msg (const unsigned int num) const =0 |
| virtual int | status (void) const =0 |
| virtual int | scan (void) const =0 |
| void | set_connection (Connection *) |
| void | set_ident (unsigned int) |
| unsigned int | ident (void) const |
Protected Attributes | |
| Connection * | conn |
| unsigned int | prot_ident |
| unsigned int | connect_type |
|
|
|
|
||||||||||||||||
|
Implemented in POP3, and APOP.
|
|
|
Implemented in POP3.
|
|
|
Implemented in POP3.
|
|
|
Implemented in POP3.
|
|
|
|
|
|
|
|
|
Implemented in POP3.
|
|
|
|
|
|
|
|
|
|
1.3.8