Thanx a lot..then how can I configure it(POP3Client) because i'm still new in this field to create webmail?. | [reply] |
Well, your first stop should be the documentation on CPAN, Mail::POP3Client (which is also included in the distribution you downloaded). After taking a quick look at it, it appears to be just a module to access POP3 servers. So, you would have to write your own Webmail program, which involves quite a bit more than just a POP3 module (retrieval, storage, browsing, sending, etc). If you are new to Perl, you might want to start with a simpler project and use a webmail program that already exists (such as Perl webmail or similar).
| [reply] |