Hi!
Am Montag, 2. Juli 2001 05:54 schrieben Sie:
> Hi all
>
> I have to set up an internet based email server which serves as a POP3 mail
> server and users should be able to log in using a web browser (such as
> yahoo,hotmail etc.).
>
> I have tried several pop3 servers and successful but I don't know how to
> give a web interface to check mails
>
> Does it require a separate mail server (such as IMAP), if so, which is the
> best server (on Win and Lin platforms) and how to create a web interface
> (using what API)
You don't need a special server.
You can implement it using the JavaMail API for Java and using something like
Servlets, JSP, Velocity or whatever you like. It can use SMTP, POP3 and
IMAP4, but there are extensions to many other protocols possible.
Another possibility is to use something commercial or open source. JWebMail
on Sourceforge should be alright.
I will release a webmail interface under the Apache Licence, too.
> Any sort of advise is welcome
>
> Regards
>
> Venkat
Hope this helps.
Ciao,
Stefan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]