listjob.h
The FolderStorage class is the bass class for the storage related aspects of a collection of mail (a ...
Definition: folderstorage.h:80
void receivedFolders(const TQStringList &, const TQStringList &, const TQStringList &, const TQStringList &, const ImapAccountBase::jobData &)
Emitted when new folders have been received.
void slotConnectionResult(int errorCode, const TQString &errorMsg)
Called from the account when a connection was established.
Definition: listjob.cpp:154
ListJob(ImapAccountBase *account, ImapAccountBase::ListType type, FolderStorage *storage=0, const TQString &path=TQString(), bool complete=false, KPIM::ProgressItem *item=0)
Create a new job.
Definition: listjob.cpp:53
void slotListResult(TDEIO::Job *job)
Is called when the listing is done Passes the folders and the jobData to the responding folder.
Definition: listjob.cpp:166
void setHonorLocalSubscription(bool value)
Set whether the listing should include only folders that the account is subscribed to locally.
Definition: listjob.cpp:245
bool honorLocalSubscription() const
Return whether the listing includes only folders that the account is subscribed to locally.
Definition: listjob.cpp:250
void setParentProgressItem(KPIM::ProgressItem *it)
Set parent progress item.
Definition: listjob.h:101
void slotListEntries(TDEIO::Job *job, const TDEIO::UDSEntryList &uds)
Collects the folder information.
Definition: listjob.cpp:189