KIMAP::CreateJob
#include <createjob.h>
Public Member Functions | |
CreateJob (Session *session) | |
QString | mailBox () const |
void | setMailBox (const QString &mailBox) |
Protected Member Functions | |
void | doStart () override |
void | handleResponse (const Response &response) override |
Detailed Description
Creates a new mailbox.
This job can only be run when the session is in the authenticated (or selected) state.
This job will fail if the mailbox already exists.
If the server supports ACLs, the user must have the Acl::CreateMailbox permission on the parent mailbox. Note that what is meant by "parent mailbox" depends on the server: . and / are typical hierarchy delimiters.
Definition at line 33 of file createjob.h.
Constructor & Destructor Documentation
◆ CreateJob()
|
explicit |
Definition at line 35 of file createjob.cpp.
◆ ~CreateJob()
|
override |
Definition at line 40 of file createjob.cpp.
Member Function Documentation
◆ doStart()
|
overrideprotected |
Definition at line 44 of file createjob.cpp.
◆ handleResponse()
|
overrideprotected |
Definition at line 50 of file createjob.cpp.
◆ mailBox()
|
nodiscard |
The name of the mailbox that will be created.
Definition at line 80 of file createjob.cpp.
◆ setMailBox()
void CreateJob::setMailBox | ( | const QString & | mailBox | ) |
Set the name of the new mailbox.
- Parameters
-
mailBox an (unquoted) identifier that does not correspond to an existing mailbox name
Definition at line 74 of file createjob.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.