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


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

Reply via email to