
Silvia - 2013-04-15 11:17:47
Thank you for the classes
you can save the original file in another path.
I tried
$message_file='pop3://'.$connection_name.'/'.$message;
$copiar = copy($message_file, '../../repository/acuses/' . $message);
but fails
Warning: copy() [function.copy]: pop3_stream::url_stat is not implemented!
Warning: copy(pop3://0/10) [function.copy]: failed to open stream: "pop3_stream::stream_open" call failed
I need to keep the receipt, and legal issue is not valid if fopen ($ message_file, "r") and save it to another file, or copy the original need. If you can only with fopen, which is the extension of the email?
Thank you