VMime
|
Classes | |
struct | props |
Public Member Functions | |
IMAPServiceInfos (const bool imaps) | |
const props & | getProperties () const |
const string | getPropertyPrefix () const |
const std::vector < serviceInfos::property > | getAvailableProperties () const |
![]() | |
virtual | ~serviceInfos () |
template<typename TYPE > | |
const TYPE | getPropertyValue (shared_ptr< session > s, const property &p) const |
bool | hasProperty (shared_ptr< session > s, const property &p) const |
Additional Inherited Members | |
![]() | |
serviceInfos () | |
serviceInfos (const serviceInfos &) | |
Information about IMAP service.
IMAPServiceInfos | ( | const bool | imaps | ) |
|
virtual |
Return a list of available properties for this service.
Implements serviceInfos.
References IMAPServiceInfos::getProperties(), IMAPServiceInfos::props::PROPERTY_AUTH_PASSWORD, IMAPServiceInfos::props::PROPERTY_AUTH_USERNAME, IMAPServiceInfos::props::PROPERTY_CONNECTION_TLS, IMAPServiceInfos::props::PROPERTY_CONNECTION_TLS_REQUIRED, IMAPServiceInfos::props::PROPERTY_OPTIONS_SASL, IMAPServiceInfos::props::PROPERTY_OPTIONS_SASL_FALLBACK, IMAPServiceInfos::props::PROPERTY_SERVER_ADDRESS, and IMAPServiceInfos::props::PROPERTY_SERVER_PORT.
const IMAPServiceInfos::props & getProperties | ( | ) | const |
References serviceInfos::property::AUTH_PASSWORD, serviceInfos::property::AUTH_USERNAME, serviceInfos::property::CONNECTION_TLS, serviceInfos::property::CONNECTION_TLS_REQUIRED, serviceInfos::property::FLAG_REQUIRED, serviceInfos::property::SERVER_ADDRESS, serviceInfos::property::SERVER_PORT, and serviceInfos::property::TYPE_BOOLEAN.
Referenced by IMAPServiceInfos::getAvailableProperties().
|
virtual |
Return the property prefix used by this service.
Use this to set/get properties in the session object.
Implements serviceInfos.