Posted by sonja.chevre on 07/26/07 08:49
Hello !
I'm looking for a script which allows me to read emails and attachment
from a pop server (then I'll save the email's text in a db and the
attachments on the server).
So I have found this article: http://www.phpit.net/article/read-email-php-pop3/
....
$email = $pop3->get_mail($i); // how to get the email
....
But then how do I get the information about my attachments and how can
I save them?
Thanks a lot
Sonja
Navigation:
[Reply to this message]
|