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)" <ji...@apache.org> on 2008/06/23 20:36:45 UTC

[jira] Resolved: (GERONIMO-4137) Message missing Content-Transfer-Encoding header is parsed as quoted-printable (sun's parse it as 7bit or 8bit)

     [ https://issues.apache.org/jira/browse/GERONIMO-4137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick McGuire resolved GERONIMO-4137.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2

Committed revision 670703.

This uncovered a couple of problems in the SMTPTransport code. 

> Message missing Content-Transfer-Encoding header is parsed as quoted-printable (sun's parse it as 7bit or 8bit)
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4137
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4137
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: mail
>    Affects Versions: 2.1.1
>            Reporter: Stefano Bagnara
>            Assignee: Rick McGuire
>             Fix For: 2.2
>
>
> I have a test that sends this message to our mailserver and check the returned content:
> String sources = "Content-Type: text/plain;\r\nSubject: test\r\n\r\nBody=32=48\r\n";
> sun's returns me this body:
> Body=32=48\r\n
> geronimo's returns me this body:
> Body2H\r\n\r\n\r\n
> The 2 trailing crlf are because of GERONIMO-4135, but it seems geronimo treated the missing Content-Transfer-Encoding as a quoted-printable and this way converted my message!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.