Parse till Subject line
Hi,
While parsing through the Body field
you can compare the first occurrence of the subject as a logical stopping
point.
Any mail that is replied to has the
subject line appended in the mail trail, so we can assume safely that anything
beyond this point is not needed.
The only drawback is that till you parse
to the subject, you might end up adding the sender names and to/cc/bcc
fields.