[ https://issues.apache.org/jira/browse/GERONIMO-4137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12607573#action_12607573 ]
Stefano Bagnara commented on GERONIMO-4137: ------------------------------------------- I confirm that JAMES Server tests currently pass! Great, Thank you! > 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.