|
VMime
|
#include <POP3Connection.hpp>


Public Member Functions | |
| POP3Connection (shared_ptr< POP3Store > store, shared_ptr< security::authenticator > auth) | |
| virtual | ~POP3Connection () |
| virtual void | connect () |
| virtual bool | isConnected () const |
| virtual void | disconnect () |
| bool | isSecuredConnection () const |
| shared_ptr< connectionInfos > | getConnectionInfos () const |
| virtual shared_ptr< POP3Store > | getStore () |
| virtual shared_ptr< socket > | getSocket () |
| virtual shared_ptr< timeoutHandler > | getTimeoutHandler () |
| virtual shared_ptr< security::authenticator > | getAuthenticator () |
| virtual shared_ptr< session > | getSession () |
| virtual shared_ptr< tracer > | getTracer () |
Additional Inherited Members | |
| Protected Member Functions inherited from object | |
| object () | |
| object (const object &) | |
| object & | operator= (const object &) |
| virtual | ~object () |
Manage connection to a POP3 server.
| POP3Connection | ( | shared_ptr< POP3Store > | store, |
| shared_ptr< security::authenticator > | auth ) |
References service::getTracerFactory().
|
virtual |
References disconnect(), and isConnected().
|
virtual |
|
virtual |
References isConnected().
Referenced by ~POP3Connection().
|
virtual |
| shared_ptr< connectionInfos > getConnectionInfos | ( | ) | const |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Referenced by connect(), disconnect(), and ~POP3Connection().
| bool isSecuredConnection | ( | ) | const |