#include <mime.h>
Public Methods | |
| wxMimePart (const wxFileName &fileName) | |
| Constructs a MIME part and tries to determine the type from the filename extension. More... | |
| void | Encode (wxOutputStream &out) |
| Writes the file MIME encoded (currently only base64) to the specified stream. More... | |
Definition at line 17 of file mime.h.
|
|
Constructs a MIME part and tries to determine the type from the filename extension. If this doesn't work, it sets the default type application/octet-stream. The specified file will be read if Encode is called.
|
|
|
Writes the file MIME encoded (currently only base64) to the specified stream.
Definition at line 54 of file mime.cpp. References wxBase64::Encode(). |
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001