kmail
KMAcctLocal Class Reference
Inheritance diagram for KMAcctLocal:

Detailed Description
Definition at line 10 of file kmacctlocal.h.
Public Member Functions | |
virtual | ~KMAcctLocal () |
virtual void | init (void) |
virtual void | pseudoAssign (const KMAccount *a) |
QString | location (void) const |
virtual void | setLocation (const QString &) |
LockType | lockType (void) const |
void | setLockType (LockType lt) |
QString | procmailLockFileName (void) const |
void | setProcmailLockFileName (const QString &s) |
virtual QString | type (void) const |
virtual void | processNewMail (bool) |
virtual void | readConfig (KConfig &) |
virtual void | writeConfig (KConfig &) |
Protected Member Functions | |
KMAcctLocal (AccountManager *owner, const QString &accountName, uint id) | |
Friends | |
class | ::AccountManager |
Member Function Documentation
void KMAcctLocal::init | ( | void | ) | [virtual] |
Set intelligent default values to the fields of the account.
Reimplemented from KMAccount.
Definition at line 55 of file kmacctlocal.cpp.
void KMAcctLocal::pseudoAssign | ( | const KMAccount * | a | ) | [virtual] |
A weak assignment operator.
Reimplemented from KMAccount.
Definition at line 61 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] |
QString KMAcctLocal::type | ( | void | ) | const [virtual] |
Returns type of the account.
Reimplemented from KMAccount.
Definition at line 48 of file kmacctlocal.cpp.
void KMAcctLocal::processNewMail | ( | bool | ) | [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 74 of file kmacctlocal.cpp.
void KMAcctLocal::readConfig | ( | KConfig & | ) | [virtual] |
Read config file entries.
This method is called by the account manager when a new account is created. The config group is already properly set by the caller.
Reimplemented from KMAccount.
Definition at line 272 of file kmacctlocal.cpp.
void KMAcctLocal::writeConfig | ( | KConfig & | ) | [virtual] |
Write all account information to given config file.
The config group is already properly set by the caller.
Reimplemented from KMAccount.
Definition at line 293 of file kmacctlocal.cpp.
The documentation for this class was generated from the following files: