KIMAP2::ExpungeJob

Search for usage in LXR

#include <expungejob.h>

Inherits KIMAP2::Job.

Public Member Functions

 ExpungeJob (Session *session)
 

Protected Member Functions

void doStart () override
 
void handleResponse (const Message &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 46 of file expungejob.h.

Constructor & Destructor Documentation

◆ ExpungeJob()

ExpungeJob::ExpungeJob ( Session * session)
explicit

Definition at line 43 of file expungejob.cpp.

◆ ~ExpungeJob()

ExpungeJob::~ExpungeJob ( )
virtual

Definition at line 48 of file expungejob.cpp.

Member Function Documentation

◆ doStart()

void ExpungeJob::doStart ( )
overrideprotected

Definition at line 52 of file expungejob.cpp.

◆ handleResponse()

void ExpungeJob::handleResponse ( const Message & response)
overrideprotected

Definition at line 58 of file expungejob.cpp.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:21:18 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.