kmail
KMail::Vacation Class Reference
List of all members.Detailed Description
Definition at line 38 of file vacation.h.
Signals | |
| void | result (bool success) |
| void | scriptActive (bool active) |
Public Member Functions | |
| Vacation (QObject *parent=0, bool checkOnly=false, const char *name=0) | |
| virtual | ~Vacation () |
| bool | isUsable () const |
Static Public Member Functions | |
| static QString | defaultMessageText () |
| static int | defaultNotificationInterval () |
| static QStringList | defaultMailAliases () |
| static bool | defaultSendForSpam () |
| static QString | defaultDomainName () |
Protected Slots | |
| void | slotDialogDefaults () |
| void | slotGetResult (KMail::SieveJob *job, bool success, const QString &script, bool active) |
| void | slotDialogOk () |
| void | slotDialogCancel () |
| void | slotPutActiveResult (KMail::SieveJob *, bool) |
| void | slotPutInactiveResult (KMail::SieveJob *, bool) |
Protected Member Functions | |
| KURL | findURL () const |
| void | handlePutResult (KMail::SieveJob *job, bool success, bool) |
Static Protected Member Functions | |
| static QString | composeScript (const QString &messageText, int notificationInterval, const KMime::Types::AddrSpecList &aliases, bool sendForSpam, const QString &excludeDomain) |
| static bool | parseScript (const QString &script, QString &messageText, int ¬ificationInterval, QStringList &aliases, bool &sendForSpam, QString &domainName) |
Protected Attributes | |
| KMail::SieveJob * | mSieveJob |
| KURL | mUrl |
| KMail::VacationDialog * | mDialog |
| bool | mWasActive |
| bool | mCheckOnly |
The documentation for this class was generated from the following files:

