KIMAP::AclJobBase

Search for usage in LXR

#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 29 of file acljobbase.h.

Member Enumeration Documentation

◆ AclModifier

Used when subclassing to specify how the ACL will be modified.

Definition at line 43 of file acljobbase.h.

Constructor & Destructor Documentation

◆ AclJobBase() [1/2]

AclJobBase::AclJobBase ( Session * session)

Definition at line 55 of file acljobbase.cpp.

◆ ~AclJobBase()

AclJobBase::~AclJobBase ( )
override

Definition at line 65 of file acljobbase.cpp.

◆ AclJobBase() [2/2]

AclJobBase::AclJobBase ( JobPrivate & dd)
explicitprotected

Definition at line 60 of file acljobbase.cpp.

Member Function Documentation

◆ mailBox()

QString AclJobBase::mailBox ( ) const

The mailbox that will be acted upon.

Definition at line 75 of file acljobbase.cpp.

◆ setMailBox()

void AclJobBase::setMailBox ( const QString & mailBox)

Set the mailbox to act on.

Parameters
mailBoxthe name of an existing mailbox

Definition at line 69 of file acljobbase.cpp.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:14:37 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.