[ https://issues.apache.org/jira/browse/MIME4J-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12615171#action_12615171 ]
Stefano Bagnara commented on MIME4J-59: --------------------------------------- Thank you Niklas, this is indeed the issue. I had a fast try with the solution you propose (add the same code we have in TempFileBinaryBody) but it results in many issues in the CodecUtil trying to create quoted printable data (array index out of bounds). One issue is that it uses bytes as if they were unsigned (they are signed in java), but I think there are more issues. I also found issues in test code (we have a procedure to create expected files when they are not present, and they are not correctly created ATM). > Quoted-Printable encoded body no more decoded > --------------------------------------------- > > Key: MIME4J-59 > URL: https://issues.apache.org/jira/browse/MIME4J-59 > Project: Mime4j > Issue Type: Bug > Affects Versions: 0.4 > Reporter: Stefano Bagnara > Fix For: 0.4 > > Attachments: qp-body.msg, qp-body_decoded.xml, > simple-7bit-body_decoded_1.txt > > > I'm not sure when this happened but it seems we are no more decoding quoted > printable content. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]