You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mime4j-dev@james.apache.org by Wim Jongman <wi...@gmail.com> on 2009/08/28 23:25:26 UTC

Decoderutil part II

Hi,
after applying the patch from

http://svn.apache.org/viewvc/james/mime4j/trunk/core/src/main/java/org/apache/james/mime4j/codec/DecoderUtil.java?revision=804990

i have another issue with this string

=?utf-8?Q?Selection=20provider=20that=20is=20not=20a=20workbench?=
=?utf-8?Q?=20part?=

however, it is decoded correctly with the version
https://issues.apache.org/jira/secure/attachment/12416870/DecoderUtil.java

 from the jira bug
https://issues.apache.org/jira/browse/MIME4J-138

Best regards,

Wim

Re: Decoderutil part II

Posted by Markus Wiederkehr <ma...@gmail.com>.
On Fri, Aug 28, 2009 at 11:25 PM, Wim Jongman<wi...@gmail.com> wrote:
> Hi,
> after applying the patch from
>
> http://svn.apache.org/viewvc/james/mime4j/trunk/core/src/main/java/org/apache/james/mime4j/codec/DecoderUtil.java?revision=804990
>
> i have another issue with this string
>
> =?utf-8?Q?Selection=20provider=20that=20is=20not=20a=20workbench?=
> =?utf-8?Q?=20part?=
>
> however, it is decoded correctly with the version
> https://issues.apache.org/jira/secure/attachment/12416870/DecoderUtil.java
>
>  from 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