KIMAP
setacljob.cpp
51 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:30
void setRights(AclModifier modifier, Acl::Rights rights)
Sets the rights that will be changed for the identifier.
Definition setacljob.cpp:54
void setIdentifier(const QByteArray &identifier)
Sets the identifier the rights will be modified for.
Definition setacljob.cpp:60
QByteArray identifier()
The identifier that rights will be associated with.
Definition setacljob.cpp:66
QString i18n(const char *text, const TYPE &arg...)
QString name(GameStandardAction id)
KIMAP_EXPORT QByteArray rightsToString(Rights rights)
Convert a set of rights into text format.
Definition acl.cpp:77
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 8 2024 12:06:50 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 8 2024 12:06:50 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.