VMime
|
Classes | |
struct | props |
Public Member Functions | |
maildirServiceInfos () | |
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 maildir service.
|
virtual |
Return a list of available properties for this service.
Implements serviceInfos.
References maildirServiceInfos::getProperties(), and maildirServiceInfos::props::PROPERTY_SERVER_ROOTPATH.
const maildirServiceInfos::props & getProperties | ( | ) | const |
References serviceInfos::property::FLAG_REQUIRED, and serviceInfos::property::SERVER_ROOTPATH.
Referenced by maildirServiceInfos::getAvailableProperties().
|
virtual |
Return the property prefix used by this service.
Use this to set/get properties in the session object.
Implements serviceInfos.