Page 1 of 1

PHP IMAP Function

Posted: Sat Oct 03, 2009 7:44 am
by shishi
Hi,

I have a script that retrieves my email's inbox. I was able to get the content/body of my messages by using imap functions but I only want to fetch the reply part.
ex:

I'm good! // i only want to get this part

How are you? //original msg



Is this possible?Can anyone teach me how?

I also see characters such as "=3DA0" and "=0A" when I display the message body. I don't know what these characters represent. Can anyone help me convert/solve this?


Thanks!