Set Zend_Mime object for the message
Sets the given array of Zend_Mime_Parts as the array for the message
split a content type in its different parts - maybe that could get a more generic name and code as many fields use this format
split a header field like content type in its different parts
split a message in header and body part, if no header or an invalid header is found $headers is empty
decodes a mime encoded String and returns a struct of parts with header and body
Explode MIME multipart string into seperate parts