Hi,
I've managed to connect to a POP3 box using a PHP script (http://www.thewebmasters.net/php/POP3.phtml). My problem is how to parse the message into subject, body, tstamp, sender etc. The message is formatted something like http://www.neverever.co.uk/example.txt, though presumably that will differ slightly from client to client.
Anyone know how to parse it?
Cheers,
ucbones