KIMAP Library
KIMAP::AclJobBase Class Reference
Base class for jobs that operate on mailbox ACLs. More...
#include <acljobbase.h>
Inheritance diagram for KIMAP::AclJobBase:

Public Types | |
enum | AclModifier { Add = 0, Remove, Change } |
Public Member Functions | |
AclJobBase (Session *session) | |
QString | mailBox () const |
void | setMailBox (const QString &mailBox) |
Protected Member Functions | |
AclJobBase (JobPrivate &dd) |
Detailed Description
Base class for jobs that operate on mailbox ACLs.
Provides support for the IMAP ACL extension, as defined by RFC 4314.
This class cannot be used directly, you must subclass it and reimplement at least the doStart() method.
Definition at line 43 of file acljobbase.h.
Member Enumeration Documentation
Used when subclassing to specify how the ACL will be modified.
Definition at line 57 of file acljobbase.h.
Member Function Documentation
QString AclJobBase::mailBox | ( | ) | const |
The mailbox that will be acted upon.
Definition at line 94 of file acljobbase.cpp.
void AclJobBase::setMailBox | ( | const QString & | mailBox | ) |
Set the mailbox to act on.
- Parameters:
-
mailBox the name of an existing mailbox
Definition at line 88 of file acljobbase.cpp.
The documentation for this class was generated from the following files: