KIMAP2::DeleteJob

Search for usage in LXR

#include <deletejob.h>

Inherits KIMAP2::Job.

Public Member Functions

 DeleteJob (Session *session)
 
QString mailBox () const
 
void setMailBox (const QString &mailBox)
 

Protected Member Functions

void doStart () override
 
void handleResponse (const Message &response) override
 

Detailed Description

Delete a mailbox.

Note that some servers will refuse to delete a mailbox unless it is empty (ie: all mails have had their \Deleted flag set, and then the mailbox has been expunged).

This job can only be run when the session is in the authenticated (or selected) state.

If the server supports ACLs, you will need the Acl::DeleteMailbox right on the mailbox.

Definition at line 47 of file deletejob.h.

Member Function Documentation

◆ mailBox()

QString DeleteJob::mailBox ( ) const

The mailbox that will be deleted.

Definition at line 89 of file deletejob.cpp.

◆ setMailBox()

void DeleteJob::setMailBox ( const QString mailBox)

Set the mailbox to delete.

Definition at line 83 of file deletejob.cpp.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Dec 8 2023 03:48:27 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.