|
Yate
|
MIME for one text string. More...
#include <yatemime.h>
Protected Member Functions | |
| MimeStringBody (const MimeStringBody &original) | |
| virtual void | buildBody () const |
Protected Member Functions inherited from MimeBody | |
| MimeBody (const String &type) | |
| MimeBody (const MimeHeaderLine &type) | |
Additional Inherited Members | |
Static Public Member Functions inherited from MimeBody | |
| static MimeBody * | build (const char *buf, int len, const MimeHeaderLine &type) |
| static String * | getUnfoldedLine (const char *&buf, int &len) |
Static Public Member Functions inherited from GenObject | |
| static void * | getObject (const String &name, const GenObject *obj) |
| static bool | getObjCounting () |
| static void | setObjCounting (bool enable) |
| static NamedCounter * | getObjCounter (const String &name, bool create=true) |
| static ObjList & | getObjCounters () |
Protected Attributes inherited from MimeBody | |
| DataBlock | m_body |
| ObjList | m_headers |
MIME for one text string.
An object holding MIME data as just one text string
Constructor from block of data
| type | The value of the Content-Type header line |
| buf | Pointer to buffer of data |
| len | Length of data in buffer |
| MimeStringBody | ( | const MimeHeaderLine & | type, |
| const char * | buf, | ||
| int | len = -1 |
||
| ) |
Constructor from block of data
| type | The content type header line |
| buf | Pointer to buffer of data |
| len | Length of data in buffer |
|
virtual |
Destructor
|
protected |
Copy constructor
Override that is called internally to build the binary encoded body
Implements MimeBody.
RTTI method, get a pointer to a derived class given the class name
| name | Name of the class we are asking for |
Reimplemented from MimeBody.