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
|
Set intelligent default values to the fields of the account.
Reimplemented from KMAccount. Definition at line 54 of file kmacctlocal.cpp. |
|
Access to location of local mail file (usually something like "/var/spool/mail/joe").
Definition at line 25 of file kmacctlocal.h. |
|
Acceso to Locking method.
Definition at line 29 of file kmacctlocal.h. |
|
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 73 of file kmacctlocal.cpp. |
|
A weak assignment operator.
Reimplemented from KMAccount. Definition at line 60 of file kmacctlocal.cpp. |
|
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 276 of file kmacctlocal.cpp. |
|
Returns type of the account.
Reimplemented from KMAccount. Definition at line 47 of file kmacctlocal.cpp. |
|
Write all account information to given config file. The config group is already properly set by the caller. Reimplemented from KMAccount. Definition at line 297 of file kmacctlocal.cpp. |
The documentation for this class was generated from the following files: