|
VMime
|
#include <maildirServiceInfos.hpp>


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