KMIME Library
KMime::Parser::MultiPart Class Reference
#include <kmime_parsers.h>
Public Member Functions | |
MultiPart (const QByteArray &src, const QByteArray &boundary) | |
QByteArray | epilouge () |
bool | parse () |
QList< QByteArray > | parts () |
QByteArray | preamble () |
Protected Attributes | |
QByteArray | b_oundary |
QByteArray | e_pilouge |
QList< QByteArray > | p_arts |
QByteArray | p_reamble |
QByteArray | s_rc |
Detailed Description
Helper-class: splits a multipart-message into single parts as described in RFC 2046.
Definition at line 37 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-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:11 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:11 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.