KIMAP
getacljob.cpp
44 d->tags << d->sessionInternal()->sendCommand("GETACL", '\"' + KIMAP::encodeImapFolderName(d->mailBox.toUtf8()) + '\"');
This file is part of the IMAP support library and defines the RfcCodecs class.
Acl::Rights rights(const QByteArray &identifier) const
Get the rights associated with an identifier.
Definition: getacljob.cpp:83
QMap< QByteArray, Acl::Rights > allRights() const
Gets the full access control list.
Definition: getacljob.cpp:93
QList< QByteArray > identifiers() const
The identifiers present in the ACL.
Definition: getacljob.cpp:66
bool hasRightEnabled(const QByteArray &identifier, Acl::Right right) const
Check whether an identifier has a given right set.
Definition: getacljob.cpp:72
QString i18n(const char *text, const TYPE &arg...)
KIMAP_EXPORT Rights rightsFromString(const QByteArray &string)
Convert the text form of a set of rights into a Rights bitflag.
Definition: acl.cpp:56
void result(KJob *job)
Definition: acl.cpp:12
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jan 19 2021 23:15:31 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jan 19 2021 23:15:31 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.