mboxjob.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031 #ifndef MBOXJOB_H
00032 #define MBOXJOB_H
00033
00034 #include "folderjob.h"
00035
00036 class KMFolderMbox;
00037 class KMMessage;
00038
00039 namespace KMail {
00040
00041 class MboxJob : public FolderJob
00042 {
00043 Q_OBJECT
00044 friend class KMFolderMbox;
00045 public:
00046 MboxJob( KMMessage *msg, JobType jt = tGetMessage, KMFolder *folder = 0 );
00047 MboxJob( QPtrList<KMMessage>& msgList, const QString& sets,
00048 JobType jt = tGetMessage, KMFolder *folder = 0 );
00049 virtual ~MboxJob();
00050 protected:
00051 void execute();
00052 void expireMessages();
00053 void setParent( const KMFolderMbox *parent );
00054 protected slots:
00055 void startJob();
00056 private:
00057 KMFolderMbox *mParent;
00058 };
00059
00060
00061 }
00062 #endif
This file is part of the documentation for kmail Library Version 3.2.1.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Sat Mar 6 17:18:22 2004 by
doxygen 1.3.6-20040222 written by
Dimitri van Heesch, © 1997-2003