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.
Member Enumeration Documentation
◆ Result
enum KManageSieve::Response::Result |
Definition at line 36 of file response.h.
◆ Type
enum KManageSieve::Response::Type |
Definition at line 20 of file response.h.
Member Function Documentation
◆ action()
|
nodiscard |
Definition at line 20 of file response.cpp.
◆ clear()
void KManageSieve::Response::clear | ( | ) |
Definition at line 11 of file response.cpp.
◆ extra()
|
nodiscard |
Definition at line 25 of file response.cpp.
◆ key()
|
nodiscard |
Definition at line 30 of file response.cpp.
◆ operationResult()
|
nodiscard |
Definition at line 123 of file response.cpp.
◆ operationSuccessful()
|
nodiscard |
Definition at line 138 of file response.cpp.
◆ parseResponse()
|
nodiscard |
Definition at line 62 of file response.cpp.
◆ quantity()
|
nodiscard |
Definition at line 40 of file response.cpp.
◆ type()
|
nodiscard |
Definition at line 45 of file response.cpp.
◆ value()
|
nodiscard |
Definition at line 35 of file response.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:14:30 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:14:30 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.