Return-Path: Delivered-To: apmail-james-mime4j-dev-archive@minotaur.apache.org Received: (qmail 45569 invoked from network); 9 Mar 2009 12:45:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Mar 2009 12:45:26 -0000 Received: (qmail 50859 invoked by uid 500); 9 Mar 2009 12:45:26 -0000 Delivered-To: apmail-james-mime4j-dev-archive@james.apache.org Received: (qmail 50842 invoked by uid 500); 9 Mar 2009 12:45:26 -0000 Mailing-List: contact mime4j-dev-help@james.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mime4j-dev@james.apache.org Delivered-To: mailing list mime4j-dev@james.apache.org Received: (qmail 50831 invoked by uid 99); 9 Mar 2009 12:45:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Mar 2009 05:45:25 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of robertburrelldonkin@gmail.com designates 209.85.220.174 as permitted sender) Received: from [209.85.220.174] (HELO mail-fx0-f174.google.com) (209.85.220.174) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Mar 2009 12:45:18 +0000 Received: by fxm22 with SMTP id 22so1432951fxm.4 for ; Mon, 09 Mar 2009 05:44:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=TdMKqA9iXBlwlWCMf+gRGOtWo0ytCG+KjYluLePyCg0=; b=Ya/xwi1OXPxVGGc9YkPYZ6UVPLv2SJNu4T6pGU7+L0cbeOyFVHBxc6ad6LmWLmfTh8 zBwqsDvx/prZwIwXaYMK5grkEHJ8GihueVfyFn2yikzEaVDIZz/yMUMrCFC+lHqWuRCq DvFq0w4GBT6jIc8MNj39kVtDKs2NYlXFYVTZ8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=Lm/clrnqXPpfSbYz1R8fBJo1UG2nosyoaOrnqcgTmcLEFQoVtlMvGL06ySXKJHHJtR +H54JvsoyDhXiDkxVgO85Ew7hCLdwrPTjEW8XaFaIwPhXXLvtYk6odVODhtIuVsRDJ+j MhHGXv1SiJ1rwok7khjJEANICE273nYPUxss0= MIME-Version: 1.0 Received: by 10.181.202.8 with SMTP id e8mr2028349bkq.178.1236602697789; Mon, 09 Mar 2009 05:44:57 -0700 (PDT) In-Reply-To: <9ceb1e7a0903081627x2871363xa07dcb6917fe8534@mail.gmail.com> References: <9ceb1e7a0903081627x2871363xa07dcb6917fe8534@mail.gmail.com> Date: Mon, 9 Mar 2009 12:44:57 +0000 Message-ID: Subject: Re: 0.6 source code From: Robert Burrell Donkin To: mime4j-dev@james.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On Sun, Mar 8, 2009 at 11:27 PM, Wim Jongman wrote: > Hi, > The 0.6 source download seems to be missing some packages: > > org.apache.james.mime4j.field.datetime.parser > org.apache.james.mime4j.field.language > org.apache.james.mime4j.field.mimeversion > org.apache.james.mime4j.field.structured > > Some classes are missing from the > > org.apache.james.mime4j.field.address.parser > > package. IIRC these are generated (into target) by the build - robert