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/02/24 13:27:41 UTC

[jira] Updated: (GERONIMO-1651) Complete implementation of javamail MimeMessage and MimeUtil classes.

     [ http://issues.apache.org/jira/browse/GERONIMO-1651?page=all ]

Rick McGuire updated GERONIMO-1651:
-----------------------------------

    Attachment: GERONIMO-1651.patch

This gets applied to the geronimo-spec-javamail module of the specs code tree. 

> Complete implementation of javamail MimeMessage and MimeUtil classes.
> ---------------------------------------------------------------------
>
>          Key: GERONIMO-1651
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1651
>      Project: Geronimo
>         Type: Improvement
>   Components: mail
>     Versions: 1.x
>     Reporter: Rick McGuire
>  Attachments: GERONIMO-1651.patch
>
> The javamail code in the geronimo-spec-javamail jar file is an extremely incomplete implementation, with a lot of methods just throwing unimplemented exceptions.  MimeMessage and MimeUtil were the biggest holes in the support.  This patch provides the following enhancements:
> - Completion of the MimeMessage class, including adding support for header encodings, and message content encodings.
> - Completion of the MimeUtility class (which was basically completely empty implementation methods). 
> - Fixing HeaderTokenizer to properly implement token scanning rules for comments and literals and return correct token identifiers for special characters.
> - Fix ContentType type parsing. 
> - Fix ContentDisposition header parsing. 
> - Fix multiple bugs in MimeBodyPart (similar problems as MimeMessage). 
> Also included are enhanced test cases to test these classes. 

-- 
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