VMime
|
Static Public Member Functions | |
static const serviceInfos & | getInfosInstance () |
Additional Inherited Members | |
![]() | |
enum | Capabilities { CAPABILITY_CREATE_FOLDER = (1 << 0), CAPABILITY_RENAME_FOLDER = (1 << 1), CAPABILITY_ADD_MESSAGE = (1 << 2), CAPABILITY_COPY_MESSAGE = (1 << 3), CAPABILITY_DELETE_MESSAGE = (1 << 4), CAPABILITY_PARTIAL_FETCH = (1 << 5), CAPABILITY_MESSAGE_FLAGS = (1 << 6), CAPABILITY_EXTRACT_PART = (1 << 7) } |
![]() | |
enum | Type { TYPE_STORE = 0, TYPE_TRANSPORT } |
![]() | |
store (shared_ptr< session > sess, const serviceInfos &infos, shared_ptr< security::authenticator > auth) | |
![]() | |
service (shared_ptr< session > sess, const serviceInfos &infos, shared_ptr< security::authenticator > auth) | |
![]() | |
object () | |
object (const object &) | |
object & | operator= (const object &) |
virtual | ~object () |
POP3 store service.
POP3Store | ( | shared_ptr< session > | sess, |
shared_ptr< security::authenticator > | auth, | ||
const bool | secured = false |
||
) |
~POP3Store | ( | ) |
References POP3Store::disconnect(), and POP3Store::isConnected().
|
virtual |
Connect to service.
Implements service.
References service::getAuthenticator(), and POP3Store::isConnected().
|
virtual |
Disconnect from service.
Implements service.
References POP3Store::isConnected().
Referenced by POP3Store::~POP3Store().
|
virtual |
Return the features supported by this service.
This is a combination of store::CAPABILITY_xxx flags.
Implements store.
References store::CAPABILITY_DELETE_MESSAGE.
shared_ptr< POP3Connection > getConnection | ( | ) |
|
virtual |
|
virtual |
Return the default folder.
This is protocol dependent and usually is the INBOX folder.
Implements store.
References POP3Store::isConnected().
|
virtual |
Return the folder specified by the path.
path | absolute folder path |
Implements store.
References POP3Store::isConnected().
|
virtual |
|
static |
|
virtual |
|
virtual |
Return the root folder.
This is protocol dependent and usually is the user's mail drop root folder.
Implements store.
References POP3Store::isConnected().
|
virtual |
Test whether this service is connected.
Implements service.
Referenced by POP3Store::connect(), POP3Store::disconnect(), POP3Store::getDefaultFolder(), POP3Store::getFolder(), POP3Store::getRootFolder(), and POP3Store::~POP3Store().
bool isPOP3S | ( | ) | const |
|
virtual |
Check whether the connection is secured.
Implements service.
|
virtual |
Test whether the specified folder name is a syntactically a valid name.
Implements store.
|
virtual |
Do nothing but ensure the server do not disconnect (for example, this can reset the auto-logout timer on the server, if one exists).
Implements service.
References POP3Command::NOOP(), and POP3Response::readResponse().