KIMAP::ExpungeJob
#include <expungejob.h>
Public Member Functions | |
ExpungeJob (Session *session) | |
quint64 | newHighestModSeq () const |
KIMAP::ImapSet | vanishedMessages () const |
Protected Member Functions | |
void | doStart () override |
void | handleResponse (const Response &response) override |
Detailed Description
Expunges the deleted messages in the selected mailbox.
This permanently removes any messages that have the \Deleted flag set in the selected mailbox.
This job can only be run when the session is in the selected state.
If the server supports ACLs, the user will need the Acl::Expunge right on the mailbox.
Definition at line 32 of file expungejob.h.
Constructor & Destructor Documentation
◆ ExpungeJob()
|
explicit |
Definition at line 36 of file expungejob.cpp.
Member Function Documentation
◆ doStart()
|
overrideprotected |
Definition at line 53 of file expungejob.cpp.
◆ handleResponse()
|
overrideprotected |
Definition at line 59 of file expungejob.cpp.
◆ newHighestModSeq()
|
nodiscard |
Returns new highest modification sequence number.
This feature is only available when QRESYNC capability (RFC5162) is supported by the server and have been enabled on the current session.
- See also
- KIMAP::EnableJob
- Since
- 5.16
Definition at line 47 of file expungejob.cpp.
◆ vanishedMessages()
|
nodiscard |
Returns UIDs of messages that have been expunged.
This feature is only available when QRESYNC capability (RFC5162) is supported by the server and have been enabled on the current session.
- See also
- KIMAP::EnableJob
- Since
- 5.16
Definition at line 41 of file expungejob.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 8 2024 12:06:50 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.