From: johannes s. <e00...@st...> - 2005-04-08 18:07:02
|
Hi! > Please remove the line "$mail->pop3_close();" out of the > sample and look what happen. It could be an error in this function. No, it wasn't the $mail->pop3_close(). The error message appears when $mail->pop3_get_mail($id) is called the _second_ time. Is there anything I have to do before calling $mail->pop3_get_mail($id) a second time? Actually, the error appears also when I call pop_delete_mail or pop3_close _after_ calling pop3_get_mail. It seems that the stream used by pop3.php is somehow not read to the end. Is this possible? Can I somehow flush the stream of the pop3-class? Thanks a lot for your help! Regards, johannes |