#include <mime.h>
Inheritance diagram for ost::MIMEMultipart:

Public Member Functions | |
| MIMEMultipart (const char *document) | |
| Contruct a multi-part document, and describe it's type. | |
| virtual void | head (std::ostream *output) |
| Stream the headers of the multi-part document. | |
| virtual void | body (std::ostream *output) |
| Stream the "body" of the multi-part document. | |
| char ** | getHeaders (void) |
| Get a string array of the headers to use. | |
Protected Member Functions | |
| virtual | ~MIMEMultipart () |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.9.1