I know that the Avalon stuff will let you build an http app, and then access the Avalon repositories, but you may find a quicker route is to use Tomcat, and store your messages in a database.
Then you can simply read the messages into MimeMessage and get you "parts" from there, using servlets. d. > -----Original Message----- > From: Fred Malouf [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 31, 2001 4:18 PM > To: James Users List > Subject: Re: HTTP access > > > I don't need full web mail functionality but would like to access message > parts with HTTP requests. I noticed on the James home page that HTTP is > mentioned as an option, realizing of course that this might be a desired > feature. > > If I were to implement this myself, what is the desired way to > open port 80 > for HTTP requests? Given that Phoenix is an App server, is there existing > Jakarta code which does this? > > -Fred > > > What do you mean? If you mean web-mail, then that is not included with > > James. > > But any web-mail system that talks POP3 can talk to James. > > Charles > > > > Fred Malouf wrote: > > > > > > How do I enable HTTP access to james? > > > > > > -Fred Malouf > > > > -- > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
