KMime::Headers::Generics::Unstructured

Search for usage in LXR

KMime::Headers::Generics::Unstructured Class Reference

#include <headers.h>

Inheritance diagram for KMime::Headers::Generics::Unstructured:

Public Member Functions

QByteArray as7BitString (bool withHeaderType=true) const override
 
QString asUnicodeString () const override
 
void clear () override
 
void from7BitString (QByteArrayView s) override
 
void fromUnicodeString (const QString &s) override
 
void fromUnicodeString (const QString &s, const QByteArray &b)
 
bool isEmpty () const override
 
- Public Member Functions inherited from KMime::Headers::Base
 Base ()
 
virtual ~Base ()
 
void fromUnicodeString (const QString &s, const QByteArray &b)
 
bool is (const char *t) const
 
bool isMimeHeader () const
 
QByteArray rfc2047Charset () const
 
void setRFC2047Charset (const QByteArray &cs)
 
virtual const char * type () const
 

Additional Inherited Members

- Public Types inherited from KMime::Headers::Base
typedef QList< KMime::Headers::Base * > List
 
- Protected Member Functions inherited from KMime::Headers::Base
QByteArray typeIntro () const
 

Detailed Description

Abstract base class for unstructured header fields (e.g.

"Subject", "Comment", "Content-description").

Features: Decodes the header according to RFC2047, incl. RFC2231 extensions to encoded-words.

Subclasses need only re-implement const char* type().

Definition at line 224 of file headers.h.

Constructor & Destructor Documentation

◆ Unstructured()

KMime::Headers::Generics::Unstructured::Unstructured ( )

Definition at line 154 of file headers.cpp.

◆ ~Unstructured()

KMime::Headers::Generics::Unstructured::~Unstructured ( )
override

Definition at line 158 of file headers.cpp.

Member Function Documentation

◆ as7BitString()

QByteArray KMime::Headers::Generics::Unstructured::as7BitString ( bool withHeaderType = true) const
overridevirtual

Returns the encoded header.

Parameters
withHeaderTypeSpecifies whether the header-type should be included.

Implements KMime::Headers::Base.

Definition at line 171 of file headers.cpp.

◆ asUnicodeString()

QString KMime::Headers::Generics::Unstructured::asUnicodeString ( ) const
overridevirtual

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 189 of file headers.cpp.

◆ clear()

void KMime::Headers::Generics::Unstructured::clear ( )
overridevirtual

Deletes.

Implements KMime::Headers::Base.

Definition at line 194 of file headers.cpp.

◆ from7BitString()

void KMime::Headers::Generics::Unstructured::from7BitString ( QByteArrayView s)
overridevirtual

Parses the given string.

Take care of RFC2047-encoded strings.

Parameters
sThe encoded header data.

Implements KMime::Headers::Base.

Definition at line 165 of file headers.cpp.

◆ fromUnicodeString() [1/2]

void KMime::Headers::Generics::Unstructured::fromUnicodeString ( const QString & s)
overridevirtual

Parses the given Unicode representation of the header content.

Parameters
sThe header data as Unicode string.

Implements KMime::Headers::Base.

Definition at line 183 of file headers.cpp.

◆ fromUnicodeString() [2/2]

void KMime::Headers::Base::fromUnicodeString ( const QString & s,
const QByteArray & b )
inline

Definition at line 144 of file headers.h.

◆ isEmpty()

bool KMime::Headers::Generics::Unstructured::isEmpty ( ) const
overridevirtual

Checks if this header contains any data.

Implements KMime::Headers::Base.

Definition at line 200 of file headers.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 Fri Jul 26 2024 11:51:33 by doxygen 1.11.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.