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 + '\"' );
Sets the rights that correspond to an identifier on a mailbox.
Definition setacljob.h:44
void setRights(AclModifier modifier, Acl::Rights rights)
Sets the rights that will be changed for the identifier.
Definition setacljob.cpp:63
void setIdentifier(const QByteArray &identifier)
Sets the identifier the rights will be modified for.
Definition setacljob.cpp:69
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
This file is part of the IMAP support library and defines the RfcCodecs class.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.