PHP IMAP Function

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
shishi
Forum Newbie
Posts: 14
Joined: Wed Apr 22, 2009 12:05 am

PHP IMAP Function

Post 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!
Post Reply