You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Guillaume Nodet (JIRA)" <de...@geronimo.apache.org> on 2006/03/23 01:03:01 UTC

[jira] Created: (GERONIMO-1760) Several bugs in the javamail spec

Several bugs in the javamail spec
---------------------------------

         Key: GERONIMO-1760
         URL: http://issues.apache.org/jira/browse/GERONIMO-1760
     Project: Geronimo
        Type: Bug
  Components: specs  
    Versions: 1.1    
    Reporter: Guillaume Nodet
 Attachments: javamail.patch

* base64 decoder skip the lasts bytes (up to 3, modulo 4)
* reading a multipart message creates an additional empty part

-- 
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-1760) Several bugs in the javamail spec

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

Guillaume Nodet updated GERONIMO-1760:
--------------------------------------

    Attachment: javamail.patch

Patch for the described issues

> Several bugs in the javamail spec
> ---------------------------------
>
>          Key: GERONIMO-1760
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1760
>      Project: Geronimo
>         Type: Bug
>   Components: specs
>     Versions: 1.1
>     Reporter: Guillaume Nodet
>  Attachments: javamail.patch
>
> * base64 decoder skip the lasts bytes (up to 3, modulo 4)
> * reading a multipart message creates an additional empty part

-- 
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-1760) Several bugs in the javamail spec

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

    Fix Version: 1.1
     Resolution: Fixed
      Assign To: Bruce Snyder

> Several bugs in the javamail spec
> ---------------------------------
>
>          Key: GERONIMO-1760
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1760
>      Project: Geronimo
>         Type: Bug
>   Components: specs
>     Versions: 1.1
>     Reporter: Guillaume Nodet
>     Assignee: Bruce Snyder
>      Fix For: 1.1
>  Attachments: javamail.patch
>
> * base64 encoder skip the lasts bytes (up to 3, modulo 4)
> * base64 decoder stream does not copy data
> * reading a multipart message creates an additional empty part

-- 
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-1760) Several bugs in the javamail spec

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

Bruce Snyder commented on GERONIMO-1760:
----------------------------------------

Committed patch: 

Sending        geronimo-spec-javamail/src/main/java/javax/mail/internet/MimeBodyPart.java
Sending        geronimo-spec-javamail/src/main/java/javax/mail/internet/MimeMultipart.java
Sending        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/Base64EncoderStream.java
Adding         geronimo-spec-javamail/src/test/java/javax/mail/internet/MimeTest.java
Transmitting file data .....
Committed revision 387976.

> Several bugs in the javamail spec
> ---------------------------------
>
>          Key: GERONIMO-1760
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1760
>      Project: Geronimo
>         Type: Bug
>   Components: specs
>     Versions: 1.1
>     Reporter: Guillaume Nodet
>      Fix For: 1.1
>  Attachments: javamail.patch
>
> * base64 encoder skip the lasts bytes (up to 3, modulo 4)
> * base64 decoder stream does not copy data
> * reading a multipart message creates an additional empty part

-- 
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-1760) Several bugs in the javamail spec

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

Guillaume Nodet updated GERONIMO-1760:
--------------------------------------

    Description: 
* base64 encoder skip the lasts bytes (up to 3, modulo 4)
* base64 decoder stream does not copy data
* reading a multipart message creates an additional empty part

  was:
* base64 decoder skip the lasts bytes (up to 3, modulo 4)
* reading a multipart message creates an additional empty part


> Several bugs in the javamail spec
> ---------------------------------
>
>          Key: GERONIMO-1760
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1760
>      Project: Geronimo
>         Type: Bug
>   Components: specs
>     Versions: 1.1
>     Reporter: Guillaume Nodet
>  Attachments: javamail.patch
>
> * base64 encoder skip the lasts bytes (up to 3, modulo 4)
> * base64 decoder stream does not copy data
> * reading a multipart message creates an additional empty part

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