> I want to use James as my Email server and use Struts
> to write a web app similar to Yahoo's email pages.
You'll be needing to learn the POP3 protocol; use Jakarta Commons Network,
and use their client; or use JavaMail's POP3 client.
> My question is: when a user selects the Email he wants
> to delete, how can my Java code delete that message
> then?
By issuing the appropriate POP3 command via one of the interfaces above.
--- Noel
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]