Information about POP3 service. More...


Classes | |
| struct | props |
Public Member Functions | |
| POP3ServiceInfos (const bool pop3s) | |
| const props & | getProperties () const |
| const string | getPropertyPrefix () const |
| const std::vector < serviceInfos::property > | getAvailableProperties () const |
Information about POP3 service.
| POP3ServiceInfos | ( | const bool | pop3s | ) |
| const std::vector< serviceInfos::property > getAvailableProperties | ( | ) | const [virtual] |
Return a list of available properties for this service.
Implements serviceInfos.
References POP3ServiceInfos::getProperties(), props::PROPERTY_AUTH_PASSWORD, props::PROPERTY_AUTH_USERNAME, props::PROPERTY_CONNECTION_TLS, props::PROPERTY_CONNECTION_TLS_REQUIRED, props::PROPERTY_OPTIONS_APOP, props::PROPERTY_OPTIONS_APOP_FALLBACK, props::PROPERTY_OPTIONS_SASL, props::PROPERTY_OPTIONS_SASL_FALLBACK, props::PROPERTY_SERVER_ADDRESS, and props::PROPERTY_SERVER_PORT.
| const POP3ServiceInfos::props & getProperties | ( | ) | const |
| const string getPropertyPrefix | ( | ) | const [virtual] |
Return the property prefix used by this service.
Use this to set/get properties in the session object.
Implements serviceInfos.
1.6.2