KIMAP Library
#include <closejob.h>
Inherits KIMAP::Job.
Public Member Functions | |
CloseJob (Session *session) | |
Protected Member Functions | |
virtual void | doStart () |
Detailed Description
Closes the current mailbox.
This job can only be run when the session is in the selected state.
Permanently removes all messages that have the \Deleted flag set from the currently selected mailbox, and returns to the authenticated state from the selected state.
The server will not provide any notifications of which messages were expunged, so this is quicker than doing an expunge and then implicitly closing the mailbox (by selecting or examining another mailbox or logging out).
No messages are removed if the mailbox is open in a read-only state, or if the server supports ACLs and the user does not have the Acl::Expunge right on the mailbox.
Definition at line 52 of file closejob.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.