libkmime
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 31 of file kmime_parsers.h.
Public Member Functions | |
| MultiPart (const QCString &src, const QCString &boundary) | |
| ~MultiPart () | |
| bool | parse () |
| QValueList< QCString > | parts () |
| QCString | preamble () |
| QCString | epilouge () |
Protected Attributes | |
| QCString | s_rc |
| QCString | b_oundary |
| QCString | p_reamble |
| QCString | e_pilouge |
| QValueList< QCString > | p_arts |
The documentation for this class was generated from the following files:

