
fire2009 - 2009-01-09 19:11:26
Hi there,
I hope you can help me.
I have used your decode function to parse an email with inline image content. In the parameters I omited SkipBody so that the images would be stored as a string data.
I am confused however, how to display the image which is stored.
Here's what I am trying so far:
$image= base64_decode($decoded[0]['Parts'][1]['Parts'][1]['Body']);
echo $image;
please help!