pete - 2008-04-14 19:04:11
I have an email that has the following special character in the message body
§tr8
When the message is displayed it replaces § with =A7, I need to know how to keep the original encoding if at all possible.
[message] => =A7tr8
[MIME-Version] => 1.0
[Content-Type] => text/plain; charset="Windows-1252"
[Content-Transfer-Encoding] => 7bit
[Content-Language] => en-us
Thanks for any help