From dev-return-8289-apmail-jackrabbit-dev-archive=jackrabbit.apache.org@jackrabbit.apache.org Sun Aug 06 21:52:02 2006 Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 82684 invoked from network); 6 Aug 2006 21:52:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Aug 2006 21:52:02 -0000 Received: (qmail 72737 invoked by uid 500); 6 Aug 2006 21:52:01 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 72512 invoked by uid 500); 6 Aug 2006 21:52:01 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 72502 invoked by uid 99); 6 Aug 2006 21:52:01 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Aug 2006 14:52:01 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of robertburrelldonkin@gmail.com designates 66.249.92.169 as permitted sender) Received: from [66.249.92.169] (HELO ug-out-1314.google.com) (66.249.92.169) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Aug 2006 14:51:43 -0700 Received: by ug-out-1314.google.com with SMTP id m3so571548ugc for ; Sun, 06 Aug 2006 14:51:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=BBCStp5lYuAW+O7DrRvidaQ3P6Uji+5z10i7Yss/mwj0HSxIlLem90KCDac0XVMBwwrXFM2AqqUMjlGfY9mVtau4XznjDmPskXsnp1KAfFT6uDIMr9h3y3X6Z66ESLlDGRH2nFguwi7Q6qWrD0Ewjkwic9YoC00mdGE/78fCMBc= Received: by 10.67.89.5 with SMTP id r5mr7248751ugl; Sun, 06 Aug 2006 14:51:09 -0700 (PDT) Received: by 10.67.20.7 with HTTP; Sun, 6 Aug 2006 14:51:09 -0700 (PDT) Message-ID: Date: Sun, 6 Aug 2006 22:51:09 +0100 From: "robert burrell donkin" To: "Lars Heuer" Subject: Re: using jackrabbit to store email with meta-data Cc: dev@jackrabbit.apache.org In-Reply-To: <796719443.20060804153213@semagia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <510143ac0607121442s3be3ca47of35ace476b7afeb1@mail.gmail.com> <510143ac0607140724q1bb02bffjf6de4f3b3a033e2a@mail.gmail.com> <509286299.20060803162919@semagia.com> <796719443.20060804153213@semagia.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 8/4/06, Lars Heuer wrote: > Hi Robert, > > [...] > > are you interested in email webDAV too? > > Sure. :) > Additionally I am interested in a good XML format for msgs. i suspect that this may be a interesting for MIME messages :-) javamail may be one place to start (think about xml mappings for MimeMessage). i suspect that the hardest part of the problem will be defining exactly that good means in this context. any initial thoughts? > Well, I want to use Restlet (http://www.restlet.org/) and connect it > to a 'normal' POP3 / IMAP4 account a provide a restful view on it. probably the easiest way to do this would be by using javamail to provide a transparent layer on top of those protocols. > My approach is a bit different but I think your approach and my > approach have much in common, so I am interested in your efforts. > I don't have any code yet, only the idea. :) i now have the naive implementation working. it's been very useful in making me think about the problem. > I'd be happy if you keep me / and or the list informed about the your > progress. ditto :-) - robert