KMime::Parser::UUEncoded
KMime::Parser::UUEncoded Class Reference
#include <kmime_parsers.h>
Inheritance diagram for KMime::Parser::UUEncoded:

Public Member Functions | |
UUEncoded (const QByteArray &src, const QByteArray &subject) | |
bool | parse () override |
![]() | |
NonMimeParser (const QByteArray &src) | |
QVector< QByteArray > | binaryParts () const |
QVector< QByteArray > | filenames () const |
bool | hasTextPart () const |
bool | isPartial () const |
QVector< QByteArray > | mimeTypes () const |
int | partialCount () const |
int | partialNumber () const |
QByteArray | textPart () const |
Additional Inherited Members | |
![]() | |
static QByteArray | guessMimeType (const QByteArray &fileName) |
![]() | |
QVector< QByteArray > | m_bins |
QVector< QByteArray > | m_filenames |
QVector< QByteArray > | m_mimeTypes |
int | m_partNr |
QByteArray | m_src |
QByteArray | m_text |
int | m_totalNr |
Detailed Description
Helper-class: tries to extract the data from a possibly uuencoded message.
Definition at line 107 of file kmime_parsers.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 03:53:03 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 03:53:03 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.