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:25:48 UTC

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

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


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

Posted by "Bruce Snyder (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1651?page=all ]

Bruce Snyder reassigned GERONIMO-1651:
--------------------------------------

    Assign To: Bruce Snyder

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


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

Posted by "Rick McGuire (JIRA)" <de...@geronimo.apache.org>.
     [ 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


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

Posted by "Bruce Snyder (JIRA)" <de...@geronimo.apache.org>.
     [ 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


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

Posted by "Bruce Snyder (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-1651?page=comments#action_12367993 ] 

Bruce Snyder commented on GERONIMO-1651:
----------------------------------------

Patches committed: 

Sending        geronimo-spec-javamail/src/main/java/javax/mail/internet/ContentDisposition.java
Sending        geronimo-spec-javamail/src/main/java/javax/mail/internet/ContentType.java
Sending        geronimo-spec-javamail/src/main/java/javax/mail/internet/HeaderTokenizer.java
Sending        geronimo-spec-javamail/src/main/java/javax/mail/internet/InternetAddress.java
Sending        geronimo-spec-javamail/src/main/java/javax/mail/internet/InternetHeaders.java
Sending        geronimo-spec-javamail/src/main/java/javax/mail/internet/MimeBodyPart.java
Sending        geronimo-spec-javamail/src/main/java/javax/mail/internet/MimeMessage.java
Sending        geronimo-spec-javamail/src/main/java/javax/mail/internet/MimeUtility.java
Sending        geronimo-spec-javamail/src/main/java/javax/mail/internet/NewsAddress.java
Sending        geronimo-spec-javamail/src/main/java/javax/mail/internet/ParameterList.java
Adding         geronimo-spec-javamail/src/main/java/org/apache/geronimo/mail/util/ASCIIUtil.java
Sending        geronimo-spec-javamail/src/main/java/org/apache/geronimo/mail/util/Base64.java
Adding         geronimo-spec-javamail/src/main/java/org/apache/geronimo/mail/util/Base64DecoderStream.java
Sending        geronimo-spec-javamail/src/main/java/org/apache/geronimo/mail/util/Base64Encoder.java
Adding         geronimo-spec-javamail/src/main/java/org/apache/geronimo/mail/util/Base64EncoderStream.java
Adding         geronimo-spec-javamail/src/main/java/org/apache/geronimo/mail/util/QuotedPrintable.java
Adding         geronimo-spec-javamail/src/main/java/org/apache/geronimo/mail/util/QuotedPrintableDecoderStream.java
Adding         geronimo-spec-javamail/src/main/java/org/apache/geronimo/mail/util/QuotedPrintableEncoder.java
Adding         geronimo-spec-javamail/src/main/java/org/apache/geronimo/mail/util/QuotedPrintableEncoderStream.java
Adding         geronimo-spec-javamail/src/main/java/org/apache/geronimo/mail/util/RFC2231Encoder.java
Adding         geronimo-spec-javamail/src/main/java/org/apache/geronimo/mail/util/SessionUtil.java
Adding         geronimo-spec-javamail/src/main/java/org/apache/geronimo/mail/util/StringBufferOutputStream.java
Adding         geronimo-spec-javamail/src/main/java/org/apache/geronimo/mail/util/UUDecoderStream.java
Adding         geronimo-spec-javamail/src/main/java/org/apache/geronimo/mail/util/UUEncode.java
Adding         geronimo-spec-javamail/src/main/java/org/apache/geronimo/mail/util/UUEncoder.java
Adding         geronimo-spec-javamail/src/main/java/org/apache/geronimo/mail/util/UUEncoderStream.java
Sending        geronimo-spec-javamail/src/main/java/org/apache/geronimo/mail/util/XTextEncoder.java
Adding         geronimo-spec-javamail/src/main/resources/META-INF/javamail.charset.map
Sending        geronimo-spec-javamail/src/test/java/javax/mail/internet/ContentDispositionTest.java
Sending        geronimo-spec-javamail/src/test/java/javax/mail/internet/ContentTypeTest.java
Sending        geronimo-spec-javamail/src/test/java/javax/mail/internet/HeaderTokenizerTest.java
Sending        geronimo-spec-javamail/src/test/java/javax/mail/internet/MimeMessageTest.java
Sending        geronimo-spec-javamail/src/test/java/javax/mail/internet/NewsAddressTest.java
Sending        geronimo-spec-javamail/src/test/java/javax/mail/internet/ParameterListTest.java
Transmitting file data ..................................
Committed revision 381393.

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


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

Posted by "Rick McGuire (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1651?page=all ]

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

    Attachment: charset.patch

I missed one file when I merged builds.  This is also required to complete the patch. 

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