You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Bruce Snyder (JIRA)" <de...@geronimo.apache.org> on 2006/02/27 18:42:41 UTC

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

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

    Fix Version: 1.1
     Resolution: Fixed

> 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
>     Assignee: Bruce Snyder
>      Fix For: 1.1
>  Attachments: GERONIMO-1651.patch, charset.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