KMIME Library
#include <kmime_headers.h>
Inherits KMime::Headers::Generics::Structured.
Public Member Functions | |
virtual QByteArray | as7BitString (bool withHeaderType=true) const |
virtual QString | asUnicodeString () const |
virtual void | clear () |
virtual bool | isEmpty () const |
int | numberOfLines () const |
void | setNumberOfLines (int lines) |
Protected Member Functions | |
bool | parse (const char *&scursor, const char *const send, bool isCRLF=false) |
Detailed Description
Represents a "Lines" header.
- See also
- RFC 1036, section 2.2.12.
Definition at line 1448 of file kmime_headers.h.
Member Function Documentation
◆ as7BitString()
|
virtual |
Returns the encoded header.
- Parameters
-
withHeaderType Specifies whether the header-type should be included.
Implements KMime::Headers::Base.
Definition at line 1646 of file kmime_headers.cpp.
◆ asUnicodeString()
|
virtual |
Returns the decoded content of the header without the header-type.
- Note
- The return value of this method should only be used when showing an address to the user. It is not guaranteed that fromUnicodeString( asUnicodeString(), ... ) will return the original string.
Implements KMime::Headers::Base.
Definition at line 1661 of file kmime_headers.cpp.
◆ clear()
|
virtual |
◆ isEmpty()
|
virtual |
Checks if this header contains any data.
Implements KMime::Headers::Base.
Definition at line 1675 of file kmime_headers.cpp.
◆ numberOfLines()
int KMime::Headers::Lines::numberOfLines | ( | ) | const |
Returns the number of lines, undefined if isEmpty() returns true.
Definition at line 1680 of file kmime_headers.cpp.
◆ parse()
|
protected |
Definition at line 1691 of file kmime_headers.cpp.
◆ setNumberOfLines()
void KMime::Headers::Lines::setNumberOfLines | ( | int | lines | ) |
Sets the number of lines to lines
.
Definition at line 1685 of file kmime_headers.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Jul 20 2023 00:00:00 by doxygen 1.9.8 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.