On Thu, Sep 11, 2008 at 5:50 PM, Jukka Zitting <[EMAIL PROTECTED]> wrote: > Hi, > > Some months ago I mentioned that at Day we are working on building an > email archive using a JCR content repository and the related email > code I wrote last year. The resulting searchable mail archive is now > live at http://dev.day.com/discussion-groups/.
cool :-) the timing's good - we made a lot of progress and we should be able to start doing some interesting stuff during the next year. i'm very interested in total information management. i would like to mix all manner of MIME-typed mail, not just RFC822 but atom etc. > So far we're only using the JCR storage bean without the rest of > James, but it would be cool if I could create a single application > that combines James, Jackrabbit and Sling (on which the web interface > is built) to implement a standalone email archive with an embedded > SMTP processor for handling incoming messages. Last time I tried I > couldn't find a simple way to start just the SMTP pipeline of James. > Unfortunately I haven't had much time to keep up on the efforts to > modularize James, so I don't know the current status on that, but it > seems like things are moving to the right direction. the spring deployment is now working so that might well be the best approach. the IMAP protocol library has been separated complete from trunk but the SMTP protocol library hasn't been moved out yet but for internet (rather than intranet) usage, you'd probably want to use the avalon sockets which ship with james server anyway. - robert --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
