Michael Motet wrote: > But when trying to access the mail repository there is none ? > can anybody post a link to the current maillist repository please ?
Dev list... http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED] apache.org User list... http://nagoya.apache.org/eyebrowse/SummarizeList?listId=21 General list... http://nagoya.apache.org/eyebrowse/SummarizeList?listId=206 > I am looking for information regarding developing a webmail access to > the James Mail server. You would use a Webmail app. to connect to a repository store via POP3 or IMAP. This may well include James' POP3 repository, but it is not using James focus as a WebMail app. is a mail client side whereas James is a mail server. Using MVC terminology, in the Java world you would most likely use JavaMail as the Model which makes the connection and manages the folder contents. You would probably use a JSP or Portlet as the View and maybe Struts as the Controller. Well that is pretty much what the pre-existing Java based WebMail clients do. I only have experience of commercial implementations, but you may want to look around http://portals.apache.org/ to see if anyone is actively developing a WebMail portlet there. Otherwise try a Google. Any WebMail app. that supports POP3 should be able to connect to James' POP3 server. -- Steve --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
