Nagib Abi Fadel wrote:

> i want to build a webmail application is there any free webmail rpms 
> or made with php scripts.
>
If you want a quick and easy solution, try http://www.squirrelmail.org.

If you want to write your own :-), here are the steps I'd follow:

   1. Install an IMAP server.
   2. Study the JavaMail API at http://java.sun.com
   3. Study WebStart, the new application launch protocol in JDK 1.4.
       Use this to write a downloadable app.

      OR
      Load a JSP host like TomCat at http://www.apache.org, then write
      JSP pages using the JavaMail API.
   4. Release the code to public domain.

Alan
--
Alan Peery
peery @io.com




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to