Re: email processing script, need help trying to catch =0D and =5f encoded characters
Posted by d on 10/10/87 11:39
<chris_fieldhouse@hotmail.com> wrote in message
news:1139430604.447530.308590@f14g2000cwb.googlegroups.com...
> Dave,
>
> Just putting this code in does the trick:
> if (strtoupper($parts[$i]->encoding) == "4")
> $content = imap_qprint($content);
>
> All the Quoted Printable characters are converted.
>
> Thanks.
>
> Chris