KManageSieve::Response
KManageSieve::Response Class Reference
#include <response.h>
Public Types | |
enum | Result { Ok, No, Bye, Other } |
enum | Type { None, KeyValuePair, Action, Quantity } |
Public Member Functions | |
QByteArray | action () const |
void | clear () |
QByteArray | extra () const |
QByteArray | key () const |
Result | operationResult () const |
bool | operationSuccessful () const |
bool | parseResponse (const QByteArray &line) |
uint | quantity () const |
Type | type () const |
QByteArray | value () const |
Detailed Description
A response from a managesieve server.
Definition at line 17 of file response.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Wed Jan 20 2021 23:14:50 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Wed Jan 20 2021 23:14:50 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.