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

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