Hi,
I've writen a web based email client, which works fine with plain text, however if someone sends a 7bit encoded message I get: -
----=F371E055A5D64CC596F6_B7A9_917A_59A3 Content-Type: text/plain;charset="iso-8859-1" Content-Transfer-Encoding: 7bit
How do I decode these sorts of messages? I was looking at the 'mb_convert_encoding' function, but I'm not sure if this is right!?
Can anyone help?
Best regards
Ben