popaccount.h
The account manager is responsible for creating accounts of various types via the factory method crea...
Definition: accountmanager.h:36
void slotProcessPendingMsgs()
Messages are downloaded in the background and then once every x seconds a batch of messages are proce...
Definition: popaccount.cpp:309
void slotSlaveError(TDEIO::Slave *, int, const TQString &)
Slave error handling.
Definition: popaccount.cpp:1044
bool filterOnServer(void) const
Shall messages be filter on the server (TRUE) or not (FALSE).
Definition: popaccount.h:78
virtual void pseudoAssign(const KMAccount *a)
A weak assignment operator.
Definition: popaccount.cpp:128
void connectJob()
Connect up the standard signals/slots for the TDEIO Jobs.
Definition: popaccount.cpp:287
void slotMsgRetrieved(TDEIO::Job *, const TQString &)
A messages has been retrieved successfully.
Definition: popaccount.cpp:444
void slotResult(TDEIO::Job *)
Finished downloading the current tdeio job, either due to an error or because the job has been cancel...
Definition: popaccount.cpp:1015
void startJob()
Start a TDEIO Job to get a list of messages on the pop server.
Definition: popaccount.cpp:367
void slotData(TDEIO::Job *, const TQByteArray &)
New data has arrived append it to the end of the current message.
Definition: popaccount.cpp:877
int leaveOnServerDays(void) const
If value is positive, leave mail on the server for so many days.
Definition: popaccount.h:59
int leaveOnServerSize(void) const
If value is positive, leave so many MBs on the server.
Definition: popaccount.h:71
void slotGetNextHdr()
If there are more headers to be downloaded then start a new tdeio job to get the next header.
Definition: popaccount.cpp:1071
bool leaveOnServer(void) const
Shall messages be left on the server upon retreival (TRUE) or deleted (FALSE).
Definition: popaccount.h:53
int leaveOnServerCount(void) const
If value is positive, leave so many messages on the server.
Definition: popaccount.h:65
unsigned int filterOnServerCheckSize(void) const
Size of messages which should be check on the pop server before download.
Definition: popaccount.h:85
void slotGetNextMsg()
If there are more messages to be downloaded then start a new tdeio job to get the message whose id is...
Definition: popaccount.cpp:854