os=linux
php version =3.0.15 as an apache mod.
Iam trying to use iamp_fetch_overview but
$msgoverview = imap_fetch_overview($mbox,"1:10");
if(is_array($msgoverview)){
reset($msgoverview );
while( list($index,$msg) = each($msgoverview ) ){
print $msg->subject . "-" ."<br>";
}//endwhile
}//endif
this does not generate an error but it returns nothing.
Thanks a bundle in advance