kmail
KMAcctLocal Class Reference
#include <kmacctlocal.h>

Detailed Description
Definition at line 10 of file kmacctlocal.h.
Public Member Functions | |
| virtual void | init (void) |
| QString | location (void) const |
| LockType | lockType (void) const |
| virtual void | processNewMail (bool) |
| QString | procmailLockFileName (void) const |
| virtual void | pseudoAssign (const KMAccount *a) |
| virtual void | readConfig (KConfigGroup &) |
| virtual void | setLocation (const QString &) |
| void | setLockType (LockType lt) |
| void | setProcmailLockFileName (const QString &s) |
| virtual void | writeConfig (KConfigGroup &) |
| virtual | ~KMAcctLocal () |
Protected Member Functions | |
| KMAcctLocal (AccountManager *owner, const QString &accountName, uint id) | |
Constructor & Destructor Documentation
| KMAcctLocal::KMAcctLocal | ( | AccountManager * | owner, | |
| const QString & | accountName, | |||
| uint | id | |||
| ) | [protected] |
Definition at line 28 of file kmacctlocal.cpp.
| KMAcctLocal::~KMAcctLocal | ( | ) | [virtual] |
Definition at line 38 of file kmacctlocal.cpp.
Member Function Documentation
| void KMAcctLocal::init | ( | void | ) | [virtual] |
Set intelligent default values to the fields of the account.
Reimplemented from KMAccount.
Definition at line 44 of file kmacctlocal.cpp.
| QString KMAcctLocal::location | ( | void | ) | const [inline] |
Access to location of local mail file (usually something like "/var/spool/mail/joe").
Definition at line 25 of file kmacctlocal.h.
| LockType KMAcctLocal::lockType | ( | void | ) | const [inline] |
| void KMAcctLocal::processNewMail | ( | bool | interactive | ) | [virtual] |
Process new mail for this account if one arrived.
Returns true if new mail has been found. Whether the mail is automatically loaded to an associated folder or not depends on the type of the account.
Implements KMAccount.
Definition at line 63 of file kmacctlocal.cpp.
| QString KMAcctLocal::procmailLockFileName | ( | void | ) | const [inline] |
Definition at line 32 of file kmacctlocal.h.
| void KMAcctLocal::pseudoAssign | ( | const KMAccount * | a | ) | [virtual] |
A weak assignment operator.
Reimplemented from KMAccount.
Definition at line 50 of file kmacctlocal.cpp.
| void KMAcctLocal::readConfig | ( | KConfigGroup & | config | ) | [virtual] |
Read config file entries.
This method is called by the account manager when a new account is created.
Reimplemented from KMAccount.
Definition at line 266 of file kmacctlocal.cpp.
| void KMAcctLocal::setLocation | ( | const QString & | aLocation | ) | [virtual] |
Definition at line 308 of file kmacctlocal.cpp.
| void KMAcctLocal::setLockType | ( | LockType | lt | ) | [inline] |
Definition at line 30 of file kmacctlocal.h.
| void KMAcctLocal::setProcmailLockFileName | ( | const QString & | s | ) |
Definition at line 313 of file kmacctlocal.cpp.
| void KMAcctLocal::writeConfig | ( | KConfigGroup & | config | ) | [virtual] |
Write all account information to given config file.
Reimplemented from KMAccount.
Definition at line 287 of file kmacctlocal.cpp.
The documentation for this class was generated from the following files:
KDE 4.1 API Reference