im getting insane!
i was using some function from page
phpclasses.org/discuss/package/3169 ...
however it wasnt working with all emails (cos it is only for multiple email....)
now im trying to see the body message again somehow!
i understand that body goes to temporary file at the directory: tmp/1
i can retrieve this info by
$decoded[0]['Parts'][0]['BodyFile'];
i understand to see the body message (to see it on the page to put it to db then) i need to open this file    tmp/1 and get the message?
but this file tmp/1 has no extension? how do i open it?