KMail::ACLListEntry Struct Reference

#include <acljobs.h>

Public Member Functions

 ACLListEntry (const TQString &u, const TQString &irl, int p)
 

Public Attributes

TQString userId
 
TQString internalRightsList
 
int permissions
 
bool changed
 

Detailed Description

One entry in the ACL list: user and permissions.

Definition at line 41 of file acljobs.h.

Constructor & Destructor Documentation

◆ ACLListEntry() [1/2]

KMail::ACLListEntry::ACLListEntry ( )
inline

Definition at line 42 of file acljobs.h.

◆ ACLListEntry() [2/2]

KMail::ACLListEntry::ACLListEntry ( const TQString &  u,
const TQString &  irl,
int  p 
)
inline

Definition at line 43 of file acljobs.h.

Member Data Documentation

◆ changed

bool KMail::ACLListEntry::changed

special flag for KMFolderCachedImap

Definition at line 48 of file acljobs.h.

◆ internalRightsList

TQString KMail::ACLListEntry::internalRightsList

protocol-dependent string (e.g. IMAP rights list)

Definition at line 46 of file acljobs.h.

◆ permissions

int KMail::ACLListEntry::permissions

based on the ACLPermissions enum

Definition at line 47 of file acljobs.h.

◆ userId

TQString KMail::ACLListEntry::userId

Definition at line 45 of file acljobs.h.


The documentation for this struct was generated from the following file: