31 #include "folderjob.h"
32 #include "imapaccountbase.h"
35 class KMFolderCachedImap;
37 class KMAcctCachedImap;
69 ListJob( ImapAccountBase* account, ImapAccountBase::ListType type,
70 FolderStorage* storage = 0, const TQString& path = TQString(),
71 bool complete = false, KPIM::ProgressItem* item = 0 );
89 virtual void execute();
92 void setPath( const TQString& path ) { mPath = path; }
102 mParentProgressItem = it; }
133 ImapAccountBase* mAccount;
134 ImapAccountBase::ListType mType;
136 bool mHonorLocalSubscription;
138 TQStringList mSubfolderNames, mSubfolderPaths,
139 mSubfolderMimeTypes, mSubfolderAttributes;
140 KPIM::ProgressItem* mParentProgressItem;
|