|
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 vmime::dynamicCast(), and service::getTracerFactory().
|
virtual |
References POP3Connection::disconnect(), and POP3Connection::isConnected().
|
virtual |
|
virtual |
References POP3Connection::isConnected().
Referenced by POP3Connection::~POP3Connection().
|
virtual |
| shared_ptr< connectionInfos > getConnectionInfos | ( | ) | const |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Referenced by POP3Connection::connect(), POP3Connection::disconnect(), and POP3Connection::~POP3Connection().
| bool isSecuredConnection | ( | ) | const |