
 yadnesh - 2008-02-29 05:13:14
Hi manuel,
Your script is precisely what I want and it seems to be executing without errors. Eg: when i run the test_message_decoder.php file with my message saved as message.eml, everything seems to work fine. I have changed the following variables:
$mime->mbox = 0;
	$mime->decode_bodies = 1;
	$mime->ignore_syntax_errors = 0;
		'SaveBody'=>'/tmp',                            
and have commented this portion
		/* Do not retrieve or save message body parts     */
		//'SkipBody'=>0,
My problem is the 'tmp' directory doesnt seem to appear anywhere on my server and hence the message parts are not getting saved. My intention is saving the parts of a message on the server(including attachments). I am in a fix and have tried out everything. Can you guide me on this please.
ur time and effort is appreciated.
Yadnesh