Hi, I need to parse a MIME multipart from a canonical string to build a MIME Message object. I am using $mime_message = &MIME_Structure::parseTextMIMEMessage($this->_data); However, when I dump it back $mime_message->toCanonicalString(); it has no headers! all Content-type: multipart/mixed and on are missing. Can you help me? Thanks. Mariano.