KMIME Library
KMime::Parser::MultiPart Class Reference
#include <kmime_parsers.h>
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.
Public Member Functions | |
QByteArray | epilouge () |
MultiPart (const QByteArray &src, const QByteArray &boundary) | |
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 |
The documentation for this class was generated from the following files: