#include <mime.h>
Inheritance diagram for ost::MIMEMultipart:
Public Member Functions | |
MIMEMultipart (const char *mt) | |
Contruct a multi-part document, and describe it's type. | |
virtual void | head (std::ostream *out) |
Stream the headers of the multi-part document. | |
virtual void | body (std::ostream *out) |
Stream the "body" of the multi-part document. | |
char ** | getHeaders (void) |
Get a string array of the headers to use. | |
Protected Attributes | |
char | boundry [8] |
char | mtype [80] |
char * | header [16] |
MIMEItemPart * | first |
MIMEItemPart * | last |
Friends | |
class __EXPORT | MIMEItemPart |
|
Contruct a multi-part document, and describe it's type.
|
|
Stream the "body" of the multi-part document. This involves streaming the headers and body of each document part.
|
|
Get a string array of the headers to use. This is used to assist URLStream::post.
|
|
Stream the headers of the multi-part document. The headers of individual entities are streamed as part of the body.
|
|
|
|
|
|
|
|
|
|
|
|
|