Reply to Re: email processing script, need help trying to catch =0D and =5f encoded characters
Posted by chris_fieldhouse@hotmail.com on 10/10/27 11:39
Ah,
So I should do this check
if (strtoupper($parts[$i]->encoding) == "QUOTED-PRINTABLE")
and if true, then use
imap_qprint function to convert it to 8-Bit.