Marcelo Ferreira - 2008-07-17 21:23:44
In the class, method getdata() where you see:
$data=$this->getdecodevalue($mege,$part->type);
change to:
$data=$this->getdecodevalue($mege,$part->encoding);
This solved my problems decoding form data coming from pdf forms
sent by e-mail, because they have UTF-8 data that was not being
correctly decoded