KIMAP2
listrightsjob.cpp
32 ListRightsJobPrivate(Session *session, const QString &name) : AclJobBasePrivate(session, name), defaultRights(Acl::None) {}
57 d->sendCommand("LISTRIGHTS", '\"' + KIMAP2::encodeImapFolderName(d->mailBox.toUtf8()) + "\" \"" + d->id + "\"");
Lists the possible and automatic rights for an identifier on a mailbox.
Definition listrightsjob.h:50
QList< Acl::Rights > possibleRights()
The rights it is possible to assign to the identifier.
Definition listrightsjob.cpp:97
Acl::Rights defaultRights()
The rights that will always be assigned to the identifier, regardless of the access control list.
Definition listrightsjob.cpp:91
void setIdentifier(const QByteArray &identifier)
Sets the identifier that should be looked up.
Definition listrightsjob.cpp:79
QString name(GameStandardAction id)
KIMAP2_EXPORT Rights rightsFromString(const QByteArray &string)
Convert the text form of a set of rights into a Rights bitflag.
Definition acl.cpp:69
QByteArray & append(QByteArrayView data)
None
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.