KIMAP2
myrightsjob.cpp
32 MyRightsJobPrivate(Session *session, const QString &name) : AclJobBasePrivate(session, name), myRights(Acl::None) {}
Determine the rights the currently-logged-in user has on the current mailbox.
Definition myrightsjob.h:58
bool hasRightEnabled(Acl::Right right)
Check whether the current user has the a particular right on the mailbox.
Definition myrightsjob.cpp:69
Acl::Rights rights()
Get the rights for the current user on the mailbox.
Definition myrightsjob.cpp:75
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
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.