Inherits Garbage. Inherited by Bodypart and Message.
This class represents the common characteristics of Messages and Bodyparts, namely that they have a header() and children().
Constructs an empty Multipart object.
Reimplements Garbage::Garbage().
This function appends the text of the MIME bodypart bp with Content-type ct to the string r.
The details of this function are certain to change.
Appends the text of this multipart MIME entity to the string r.
This function appends the text of the MIME bodypart bp with Content-type ct to the string r.
The details of this function are certain to change.
Returns a pointer to a list of Bodyparts belonging to this object. May return an empty list, but never returns a null pointer.
Returns a pointer to the Header for this Multipart object, or 0 if none has been set with setHeader().
Both Message and Bodypart always create a Header at construction.
This virtual function returns true if the object is a Bodypart, false if not.
This virtual function returns true if the object is a Message, false if not.
Returns a pointer to the parent of this Multipart, or 0 if this is a top-level MIME object.
Sets the header of this Multipart object to hdr.
Sets the parent of this Multipart object to pt.
Exists only to avoid compiler warnings.
This web page based on source code belonging to The Archiveopteryx Developers. All rights reserved.