earlati2 has asked for the wisdom of the Perl Monks concerning the following question:
I'm interesting in build a very simple pop3 and
smtp server to use only inside a small local network.
the target is to allow to share info with other fellow using the e-mail client.
I have investigated on Net::Server::POP3 module ,
but I'm looking for more example
the simpletest.pl, referred by Net::Server::POP3 docs, example seem's no to be more available
Can someone provide me some simple help on how Net::Server::POP3 will works ?
Regards, Enzo