KIMAP Library
myrightsjob.cpp
35 MyRightsJobPrivate( Session *session, const QString& name ) : AclJobBasePrivate( session, name ), myRights( Acl::None ) {}
57 d->tags << d->sessionInternal()->sendCommand( "MYRIGHTS", '\"' + KIMAP::encodeImapFolderName( d->mailBox.toUtf8() ) + '\"' );
This file is part of the IMAP support library and defines the RfcCodecs class.
bool hasRightEnabled(Acl::Right right)
Check whether the current user has the a particular right on the mailbox.
Definition: myrightsjob.cpp:72
Acl::Rights rights()
Get the rights for the current user on the mailbox.
Definition: myrightsjob.cpp:78
Determine the rights the currently-logged-in user has on the current mailbox.
Definition: myrightsjob.h:56
Rights rightsFromString(const QByteArray &string)
Convert the text form of a set of rights into a Rights bitflag.
Definition: acl.cpp:67
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.