Return-Path: Delivered-To: apmail-james-mime4j-dev-archive@minotaur.apache.org Received: (qmail 34491 invoked from network); 29 Aug 2009 21:41:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Aug 2009 21:41:11 -0000 Received: (qmail 9400 invoked by uid 500); 29 Aug 2009 21:41:11 -0000 Delivered-To: apmail-james-mime4j-dev-archive@james.apache.org Received: (qmail 9364 invoked by uid 500); 29 Aug 2009 21:41:11 -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 9354 invoked by uid 99); 29 Aug 2009 21:41:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Aug 2009 21:41:10 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of markus.wiederkehr@gmail.com designates 209.85.220.206 as permitted sender) Received: from [209.85.220.206] (HELO mail-fx0-f206.google.com) (209.85.220.206) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Aug 2009 21:41:03 +0000 Received: by fxm2 with SMTP id 2so1051373fxm.4 for ; Sat, 29 Aug 2009 14:40:41 -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=YNxGXWRE5YPVWZaO3hHpZxJeZW8TmyAD7Sad+cOheFg=; b=eN1f5PPIjMwlLJPESR/D73XAg2jXPWYRKIMsi7BR0LFdCf9fCnz+IiX/C1/JGWHGJn WH5iydEZ+vnkdKbsU0dax6G404nyKGxJClrYZQxks+iwvtgQZom5iO195HO1/dfxfuuh 5TRTKHNL1lFWeXZiULuSORTS6j7bYS2s+vbmQ= 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=WzeVVliT43+UA+u01q22KeKcI2oTzgO/93USl5eRFz4/BW6Ig9m4TWA7NKfEC8vJl6 /P1VEiMQgMIAOpWMFKZhFUp7byLSi7LtfNezNFlZZez+nSm1gtw+loLTStS79+8/VL2o opQZQhuhT9qzVNBILLxGFhIjuRYwHb0HFapb8= MIME-Version: 1.0 Received: by 10.204.7.75 with SMTP id c11mr2473677bkc.119.1251582041351; Sat, 29 Aug 2009 14:40:41 -0700 (PDT) In-Reply-To: <9ceb1e7a0908281425j34ec871bu817ae5f459678268@mail.gmail.com> References: <9ceb1e7a0908281425j34ec871bu817ae5f459678268@mail.gmail.com> Date: Sat, 29 Aug 2009 23:40:41 +0200 Message-ID: Subject: Re: Decoderutil part II From: Markus Wiederkehr To: mime4j-dev@james.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Fri, Aug 28, 2009 at 11:25 PM, Wim Jongman wrote: > Hi, > after applying the patch from > > http://svn.apache.org/viewvc/james/mime4j/trunk/core/src/main/java/org/ap= ache/james/mime4j/codec/DecoderUtil.java?revision=3D804990 > > i have another issue with this string > > =3D?utf-8?Q?Selection=3D20provider=3D20that=3D20is=3D20not=3D20a=3D20work= bench?=3D > =3D?utf-8?Q?=3D20part?=3D > > however, it is decoded correctly with the version > https://issues.apache.org/jira/secure/attachment/12416870/DecoderUtil.jav= a > > =C2=A0from the jira bug > https://issues.apache.org/jira/browse/MIME4J-138 > > Best regards, > > Wim I have just committed the patch for #138. I think it should work now, please try again. Markus