copyfolderjob.h
void folderCopyComplete(bool success)
Emitted when the job is done, check the success bool.
void rollback()
Called when one of the operations of the foldre itself or one of it's child folders failed and the al...
Definition: copyfolderjob.cpp:241
Copy a hierarchy of folders somewhere else in the folder tree.
Definition: copyfolderjob.h:50
KMail list that manages the contents of one directory that may contain folders and/or other directori...
Definition: kmfolderdir.h:15
bool createTargetDir()
Create the target directory under the new parent.
Definition: copyfolderjob.cpp:171
The FolderStorage class is the bass class for the storage related aspects of a collection of mail (a ...
Definition: folderstorage.h:79
void slotCopyNextChild(bool success=true)
Called when the previous sibling's copy operation completed.
Definition: copyfolderjob.cpp:125
void copyMessagesToTargetDir()
Copy all messages from the original folder to mNewFolder.
Definition: copyfolderjob.cpp:79
KMFolder * targetFolder() const
Returns the newly created target folder.
Definition: copyfolderjob.h:69
void folderCreationDone(const TQString &name, bool success)
Called when the online IMAP folder creation finished.
Definition: copyfolderjob.cpp:271
void slotCopyCompleted(KMCommand *command)
Called when the CopyCommand has either succesfully completed copying the contents of our folder to th...
Definition: copyfolderjob.cpp:104
CopyFolderJob(FolderStorage *const storage, KMFolderDir *const newParent=0)
Create a new job.
Definition: copyfolderjob.cpp:47