
erik bywall - 2008-07-16 16:06:51
Hi,
How do I get the content of a body in a message?
Say I have an open connection to my imap-server, what function do I call and how?
Something like this??:
include("mime_parser.php");
$body = imap_body($mbox,$nr);
$parse = new mime_parser_class;
$body = $parse->Decode("Data",$body);