KIMAP2
setacljob.cpp
57 d->sendCommand("SETACL", '\"' + KIMAP2::encodeImapFolderName(d->mailBox.toUtf8()) + "\" \"" + d->id + "\" \"" + r + '\"');
Sets the rights that correspond to an identifier on a mailbox.
Definition setacljob.h:45
void setRights(AclModifier modifier, Acl::Rights rights)
Sets the rights that will be changed for the identifier.
Definition setacljob.cpp:60
void setIdentifier(const QByteArray &identifier)
Sets the identifier the rights will be modified for.
Definition setacljob.cpp:66
QByteArray identifier()
The identifier that rights will be associated with.
Definition setacljob.cpp:72
QString name(GameStandardAction id)
KIMAP2_EXPORT QByteArray rightsToString(Rights rights)
Convert a set of rights into text format.
Definition acl.cpp:91
QByteArray & prepend(QByteArrayView ba)
This file is part of the IMAP support library and defines the RfcCodecs class.
Q_D(Todo)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 29 2024 11:56:35 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 29 2024 11:56:35 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.