in reply to how can i retrieve pop3 emails for multiple users and then process it?
I did /msg you this already, but as there now is another reply to this node, I'll also post it here as a reply:
Please read the documentation on both, fetchmail and procmail. I am fairly confident that they can be configured and work to fetch mail from a list of various hosts under various user names and deliver them locally to various users.
And please do not post any off-topic questions here. I normally do not object to such, but your postings have nothing to do with Perl and could have been solved by looking at the documentation of the relevant programs.
perl -MHTTP::Daemon -MHTTP::Response -MLWP::Simple -e ' ; # The $d = new HTTP::Daemon and fork and getprint $d->url and exit;#spider ($c = $d->accept())->get_request(); $c->send_response( new #in the HTTP::Response(200,$_,$_,qq(Just another Perl hacker\n))); ' # web
|
|---|