hallo!
ich rufe mittels
$mailbox = imap_open("{$libaho_config_data_imapurl}INBOX", $libaho_config_data_imapusername, $libaho_config_data_imapuserpass);
print_r(imap_errors());
$MC = imap_check($mailbox);
$result = imap_fetch_overview($mailbox,"1:{$MC->Nmsgs}",0);
foreach ($result as $overview)
{
$emailbodytext = quoted_printable_decode(imap_fetchbody($mailbox,$overview->msgno,1)));
leider bekomme ich bei einer html email nur buchstabensalat.
wie kann ich nur de text auslesen?