If i use an fopen before an imap_open,
at the next imap event i've lost the stream pointer, why ?
ie:
log
$fic=fopen("log","w");
fputs($fic,$date);
fclose($fic);
check mail
$conx=imap_open...
$conx return 1
$nmail=imap_num_msg($conx);
return unable to find stream pointer