
 fred wolf - 2008-01-07 10:55:43
Hello,
Is it possible to retrieve the sender address of a forwarded message ?
Let me give you an example :
UserA sends a message to UserB.
UserB forwards the message to UserC.
I want my application to be able to read messages in the pop account of UserC      and to retrieve the address of UserA.
I'm using the POP3 e-mail client class in order to get messages.
Then I parse the messages with the present class.
I obtain address from UserB.
I imagine that I have to parse the parts included in the message so that I could reach my goal and get the UserA address.
But How Can I manage that ?
I tried to concat all parts of the messages (included headers ?), but it still doesn't work ?
Any clue ?
Thanks by advance,
fred