You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Rick McGuire (JIRA)" <de...@geronimo.apache.org> on 2006/05/19 17:52:31 UTC

[jira] Resolved: (GERONIMO-2041) Geronimo 1.3 Mail API : RFC EncodeText and DecodeText methods does nothing

     [ http://issues.apache.org/jira/browse/GERONIMO-2041?page=all ]
     
Rick McGuire resolved GERONIMO-2041:
------------------------------------

    Fix Version: 1.1
     Resolution: Fixed

The javamail spec version shipping with Geronimo 1.0 was only a partial implementation, particularly with the MimeUtility class.  The latest version in the geronimo-spec-javamail-1.3.1-rc6.jar has a proper implementation of encodeWord()/decodeWord() that should match the results from the Sun implementation. 

> Geronimo 1.3 Mail API : RFC  EncodeText and DecodeText methods does nothing
> ---------------------------------------------------------------------------
>
>          Key: GERONIMO-2041
>          URL: http://issues.apache.org/jira/browse/GERONIMO-2041
>      Project: Geronimo
>         Type: Bug
>     Security: public(Regular issues) 
>   Components: mail
>     Versions: 1.x
>  Environment: JavaMail API : geronimo-spec-javamail-1.3.1-rc5.jar
>     Reporter: Laurent CELLA
>     Assignee: Rick McGuire
>      Fix For: 1.1

>
> RFC2045 decoding / encoding does nothing.
> ( static methods decodeText( ... ), encodeText( ... ), decodeWord( ...),  ... ).
> If I use an alternate JAR archive ( like mail-1.3.1.jar ) it is working.
> for instance 
> sample is " hé! àèôu !!!"
> ==== encodeText(sample, "utf-8", "Q" )  should returns ====>
> =?utf-8?Q?h=C3=A9!_=C3=A0=C3=A8=C3=B4u_!!!?=
> But it does nothing, without any exception thrown with Geronimo Spec Jar.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira