Can anyone recommend a working php email parser? I want to extract the senders email address and subject only. I have tried this one code.google.com/p/php-mime-mail-parser, but there seems to be an error in the class.
I had trouble finding a programs for a similar need and I just ended up setting the emails to write to a file and writing a script to parse what I needed out myself - the scripts I had found had so much extra code in it that I did not need - it is a fairly simple script you can write yourself in less time than it will take to find a market solution ...