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/03/31 13:29:31 UTC

[jira] Created: (GERONIMO-1793) MimeBodyPart setDescription()/getDescription() is not properly encoding header description data.

MimeBodyPart setDescription()/getDescription() is not properly encoding header description data.
------------------------------------------------------------------------------------------------

         Key: GERONIMO-1793
         URL: http://issues.apache.org/jira/browse/GERONIMO-1793
     Project: Geronimo
        Type: Bug
  Components: mail  
    Versions: 1.2    
    Reporter: Rick McGuire
    Priority: Minor


The MIME specification requires header strings to be encoded when they contain non 7-bit ascii characters.  The MimeMessage class is handling this ok with setDescription() and setSubject(), but the corresponding change was never made to the MimeBodyPart class.  

-- 
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-1793) MimeBodyPart setDescription()/getDescription() is not properly encoding header description data.

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

Rick McGuire updated GERONIMO-1793:
-----------------------------------

    Attachment: GERONIMO-1793.patch

Applied to the geronimo-spec-javamail module. 

> MimeBodyPart setDescription()/getDescription() is not properly encoding header description data.
> ------------------------------------------------------------------------------------------------
>
>          Key: GERONIMO-1793
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1793
>      Project: Geronimo
>         Type: Bug
>   Components: mail
>     Versions: 1.2
>     Reporter: Rick McGuire
>     Priority: Minor
>  Attachments: GERONIMO-1793.patch
>
> The MIME specification requires header strings to be encoded when they contain non 7-bit ascii characters.  The MimeMessage class is handling this ok with setDescription() and setSubject(), but the corresponding change was never made to the MimeBodyPart class.  

-- 
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] Resolved: (GERONIMO-1793) MimeBodyPart setDescription()/getDescription() is not properly encoding header description data.

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

    Fix Version: 1.2
     Resolution: Fixed
      Assign To: Jacek Laskowski

Committed revision 390527. Thanks Rick!

> MimeBodyPart setDescription()/getDescription() is not properly encoding header description data.
> ------------------------------------------------------------------------------------------------
>
>          Key: GERONIMO-1793
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1793
>      Project: Geronimo
>         Type: Bug
>   Components: mail
>     Versions: 1.2
>     Reporter: Rick McGuire
>     Assignee: Jacek Laskowski
>     Priority: Minor
>      Fix For: 1.2
>  Attachments: GERONIMO-1793.patch
>
> The MIME specification requires header strings to be encoded when they contain non 7-bit ascii characters.  The MimeMessage class is handling this ok with setDescription() and setSubject(), but the corresponding change was never made to the MimeBodyPart class.  

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