I am looking for a Perl script that can read POP3 mail in UNIX and store in a flatfile. This script would run from the user's account periodically to read the mail and put it in a simple flatfile database like DBMan consisting of three fields - sender, subject and bodytext.
I have looked around on the web (cgi/perl resources) trying to find such a script or similar script without success. I guess I will not find a script for such a specific requirement!!!
I will greatly appreciate if someone can help me with Perl code for reading the mail from POP3, rest I think I can manage.
I have looked around on the web (cgi/perl resources) trying to find such a script or similar script without success. I guess I will not find a script for such a specific requirement!!!
I will greatly appreciate if someone can help me with Perl code for reading the mail from POP3, rest I think I can manage.