Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 67707 invoked from network); 26 Jul 2006 17:52:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Jul 2006 17:52:47 -0000 Received: (qmail 42579 invoked by uid 500); 26 Jul 2006 17:52:41 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 42547 invoked by uid 500); 26 Jul 2006 17:52:41 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 42536 invoked by uid 99); 26 Jul 2006 17:52:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jul 2006 10:52:41 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [85.118.4.17] (HELO snorlax.uk.scalix.com) (85.118.4.17) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jul 2006 10:52:40 -0700 Received: from snorlax.uk.scalix.com (root@localhost) by snorlax.uk.scalix.com (8.12.11.20060308/8.12.11) with ESMTP id k6QHqICU005718 for ; Wed, 26 Jul 2006 18:52:19 +0100 Received: from [192.168.0.16] (snorlax.uk.scalix.com 10.11.108.216) by snorlax.uk.scalix.com (Scalix SMTP Relay 11.0.0.139-alpha) via ESMTP; Wed, 26 Jul 2006 18:52:18 +0100 (BST) Date: Wed, 26 Jul 2006 18:52:17 +0100 From: John Haxby To: java-user@lucene.apache.org Message-ID: <44C7ABD1.7070609@scalix.com> In-Reply-To: <44C79E79.3000704@wolfram.com> References: <44C79E79.3000704@wolfram.com> Subject: Re: email libraries x-scalix-Hops: 1 User-Agent: Thunderbird 1.5.0.4 (X11/20060614) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII"; format="flowed" Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Suba Suresh wrote: > Anyone know of good free email libraries I can use for lucene indexing > for Windows Outlook Express and Unix emails?? javamail. Not sure how you get hold of the messages from Outlook Express, but getting hold of the MIME message in most Unix-based message stores is relatively easy. You might, however, prefer to go down the POP or IMAP route for getting hold of the messages to index -- either way, javamail is your friend. jch --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org