KIMAP::DeleteAclJob Class Reference
#include <deleteacljob.h>
Inheritance diagram for KIMAP::DeleteAclJob:

Public Member Functions | |
| DeleteAclJob (Session *session) | |
| QByteArray | identifier () |
| void | setIdentifier (const QByteArray &identifier) |
Protected Member Functions | |
| virtual void | doStart () |
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.
Member Function Documentation
| QByteArray DeleteAclJob::identifier | ( | ) |
The identifier that will be removed.
Definition at line 66 of file deleteacljob.cpp.
| void DeleteAclJob::setIdentifier | ( | const QByteArray & | identifier | ) |
Sets the identifier to remove.
Definition at line 60 of file deleteacljob.cpp.
The documentation for this class was generated from the following files:
KDE 4.7 API Reference