KIMAP Library
setacljob.cpp
35 SetAclJobPrivate( Session *session, const QString& name ) : AclJobBasePrivate( session, name ) {}
60 d->tags << d->sessionInternal()->sendCommand( "SETACL", '\"' + KIMAP::encodeImapFolderName( d->mailBox.toUtf8() ) + "\" \"" + d->id + "\" \"" + r + '\"' );
This file is part of the IMAP support library and defines the RfcCodecs class.
QByteArray identifier()
The identifier that rights will be associated with.
Definition: setacljob.cpp:75
QByteArray rightsToString(Rights rights)
Convert a set of rights into text format.
Definition: acl.cpp:89
QByteArray & prepend(char ch)
void setRights(AclModifier modifier, Acl::Rights rights)
Sets the rights that will be changed for the identifier.
Definition: setacljob.cpp:63
AclModifier
Used when subclassing to specify how the ACL will be modified.
Definition: acljobbase.h:57
Sets the rights that correspond to an identifier on a mailbox.
Definition: setacljob.h:43
void setIdentifier(const QByteArray &identifier)
Sets the identifier the rights will be modified for.
Definition: setacljob.cpp:69
This file is part of the KDE documentation.
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
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.