Lets do it by example:
Lets say I get this message into my mailbox
From:
bob@jones.comSubject: What are you going to do for dinner tonnite?
Well what will come across throught the program is this:
1 - What are you going to do for dinner t
Then lets say I get the above message and another message:
From:
bob@jones.comSubject: What are you going to do for dinner tonnite?
From:
Janet@business.comSubject: Here is your report
Well now all I will get is:
2 - What are you going to do for dinner t
Now if the same above two messages come into the mailbox in reverse order then I get:
2 - Here is your report, Wha
As you can see I only get 32 characters no matter what. At first I thought it was cell phone provider, so I tested by pointing the program to regular email address. Same thing happens. I dont see anything in the script that should be parsing the values, but I do not know php that well.