kmail
KMail::SieveConfig Class Reference
List of all members.Detailed Description
Definition at line 29 of file sieveconfig.h.
Public Member Functions | |
| SieveConfig (bool managesieveSupported=false, bool reuseConfig=true, unsigned int port=2000, const KURL &alternateURL=KURL(), const QString &vacationFileName=QString::null) | |
| SieveConfig (const SieveConfig &other) | |
| bool | managesieveSupported () const |
| void | setManagesieveSupported (bool enable) |
| bool | reuseConfig () const |
| void | setReuseConfig (bool reuse) |
| unsigned short | port () const |
| void | setPort (unsigned short port) |
| KURL | alternateURL () const |
| void | setAlternateURL (const KURL &url) |
| QString | vacationFileName () const |
| void | readConfig (const KConfigBase &config) |
| void | writeConfig (KConfigBase &config) const |
Protected Attributes | |
| bool | mManagesieveSupported |
| bool | mReuseConfig |
| unsigned short | mPort |
| KURL | mAlternateURL |
| QString | mVacationFileName |
The documentation for this class was generated from the following files:

