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) |
Public Member Functions inherited from KIMAP::Job | |
| Session * | session () const |
| virtual void | start () |
Protected Member Functions | |
| virtual void | doStart () |
| virtual void | handleResponse (const Message &response) |
Protected Member Functions inherited from KIMAP::AclJobBase | |
| AclJobBase (JobPrivate &dd) | |
Protected Member Functions inherited from KIMAP::Job | |
| Job (Session *session) | |
| Job (JobPrivate &dd) | |
| HandlerResponse | handleErrorReplies (const Message &response) |
Additional Inherited Members | |
Public Types inherited from KIMAP::AclJobBase | |
| enum | AclModifier { Add = 0, Remove, Change } |
Protected Types inherited from KIMAP::Job | |
| enum | HandlerResponse { Handled = 0, NotHandled } |
Protected Attributes inherited from KIMAP::Job | |
| JobPrivate *const | d_ptr |
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-2013 The KDE developers.
Generated on Wed Jun 5 2013 12:08:34 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
Public Member Functions inherited from