Re: [PHP] php pop3 checker

2001-12-22 Thread Michael Jurgens
Or try Popper, a nice standard webmail solution written in PHP. It must be on freshmeat.net Michael "Bogdan Stancescu" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Check these out: > http://www.horde.org/imp/ > http://twig.screwdriver.net/ > > Also, make su

Re: [PHP] php pop3 checker

2001-12-22 Thread Bogdan Stancescu
Check these out: http://www.horde.org/imp/ http://twig.screwdriver.net/ Also, make sure you search Google for security problems on them - I think IMP used to have some, but they seem to have fixed them since. "M.E. Suliman" wrote: > Hi > > I need to create a way for users to a site to check exi

[PHP] php pop3 checker

2001-12-22 Thread M.E. Suliman
Hi I need to create a way for users to a site to check existing POP3 mail accounts, and fulfill all the regular webmail functions. Anyone know how if there are anywhere I could look for a start. I would prefer if it is in PHP. Thanks in advance Mohamed