KIMAP Library
#include <myrightsjob.h>
Public Member Functions | |
MyRightsJob (Session *session) | |
bool | hasRightEnabled (Acl::Right right) |
Acl::Rights | rights () |
Public Member Functions inherited from KIMAP::AclJobBase | |
AclJobBase (Session *session) | |
QString | mailBox () const |
void | setMailBox (const QString &mailBox) |
Protected Member Functions | |
virtual void | doStart () |
virtual void | handleResponse (const Message &response) |
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
Determine the rights the currently-logged-in user has on the current mailbox.
This should take into account the full access control list.
This job can only be run when the session is in the authenticated (or selected) state.
The current user must have one of the following rights on the mailbox for this job to succeed:
This job requires that the server supports the ACL capability, defined in RFC 4314.
Definition at line 56 of file myrightsjob.h.
Member Function Documentation
bool MyRightsJob::hasRightEnabled | ( | Acl::Right | right | ) |
Check whether the current user has the a particular right on the mailbox.
The result of this method is undefined if the job has not yet completed.
- Parameters
-
right the right to check for
Definition at line 72 of file myrightsjob.cpp.
Acl::Rights MyRightsJob::rights | ( | ) |
Get the rights for the current user on the mailbox.
The result of this method is undefined if the job has not yet completed.
Definition at line 78 of file myrightsjob.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.