hisham
IS-IT--Management
- Nov 6, 2000
- 194
Am using imap functions:
$msg="Message:\n".wordwrap(trim(@imap_body($mbox, $i))
but when I receive email with header like that:
Content-Type: text/plain;
charset="windows-1256"
Content-Transfer-Encoding: quoted-printable
Then the body looks like:
=C8=E1=CA=C8=E1=CA
How can I fix it?
Thanks in advance
$msg="Message:\n".wordwrap(trim(@imap_body($mbox, $i))
but when I receive email with header like that:
Content-Type: text/plain;
charset="windows-1256"
Content-Transfer-Encoding: quoted-printable
Then the body looks like:
=C8=E1=CA=C8=E1=CA
How can I fix it?
Thanks in advance