PDA

View Full Version : [Perl] POP3 + Module


Patch
16-09-2000, 21:55
Hey. :)

Im trying to make a web based email checker where it:
1. Looks up a POP3 mailbox specified in an input screen (e.g. mail.eidosnet.co.uk) with a username and password
2. NOT download from the server, but display the messages stored.
3. Open the messages, but again, not remove them from the server

So, can anyone give me a 'theory' on how this would work, and what Module/Daemon/Lib file I need to use?

Thanx Loads

--Patch--

WildWayz
16-09-2000, 22:01
There are some webmail type programs out that do what you say... check out

http://www.hotscripts.com

--WildWayz