KMime::Parser::MultiPart Class Reference
Helper-class: splits a multipart-message into single parts as described in RFC 2046. More...
#include <kmime_parsers.h>
Collaboration diagram for KMime::Parser::MultiPart:

Public Member Functions | |
| MultiPart (const QCString &src, const QCString &boundary) | |
| 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 |
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.
The documentation for this class was generated from the following files:
