
 Tom - 2008-05-29 18:00:24 - 
In reply to message 2 from Manuel LemosI found one reason for the body:
If the System (php applikation,mysql) runs on uft8, the class save the tmp message bodys in iso-8859-1 File. If i reload this body file to become it in db, no special characters are available. if i load the tmp body file with utf8_encode, the body is okay.
The question is, should not manage the class a utf8 System, like this:
	&& !fwrite($this->body_file, utf8_encode($part['Data'])))
The problem with broken subject with cpezial chairs i don't know at this time. But i think the class should konvert it(?)