I\'m looking for good/working/simple to use php code for parsing raw email into parts.
I\'ve written a couple of brute force solutions, but every time, one small cha
There are Mailparse Functions you could try: http://php.net/manual/en/book.mailparse.php, not in default php conf, however.