KIMAP::DeleteAclJob
#include <deleteacljob.h>
Public Member Functions | |
DeleteAclJob (Session *session) | |
QByteArray | identifier () |
void | setIdentifier (const QByteArray &identifier) |
Public Member Functions inherited from KIMAP::AclJobBase | |
AclJobBase (Session *session) | |
QString | mailBox () const |
void | setMailBox (const QString &mailBox) |
Protected Member Functions | |
void | doStart () override |
Protected Member Functions inherited from KIMAP::AclJobBase | |
AclJobBase (JobPrivate &dd) | |
Additional Inherited Members | |
Public Types inherited from KIMAP::AclJobBase | |
enum | AclModifier { Add = 0 , Remove , Change } |
Detailed Description
Removes an identifier from the ACL of a mailbox.
This job can only be run when the session is in the authenticated (or selected) state.
The user must have the Acl::Admin permission on the mailbox for this job to succeed (see MyRightsJob).
This job requires that the server supports the ACL capability, defined in RFC 4314.
Definition at line 33 of file deleteacljob.h.
Constructor & Destructor Documentation
◆ DeleteAclJob()
|
explicit |
Definition at line 33 of file deleteacljob.cpp.
◆ ~DeleteAclJob()
|
override |
Definition at line 40 of file deleteacljob.cpp.
Member Function Documentation
◆ doStart()
|
overrideprotected |
Definition at line 44 of file deleteacljob.cpp.
◆ identifier()
|
nodiscard |
The identifier that will be removed.
Definition at line 57 of file deleteacljob.cpp.
◆ setIdentifier()
void DeleteAclJob::setIdentifier | ( | const QByteArray & | identifier | ) |
Sets the identifier to remove.
Definition at line 51 of file deleteacljob.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.