[
https://issues.apache.org/jira/browse/MIME4J-167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stefano Bagnara resolved MIME4J-167.
------------------------------------
Resolution: Duplicate
Fix Version/s: 0.7
Assignee: Stefano Bagnara
Duplicate of MIME4J-138, MIME4J-162, MIME4J-144.
> DecoderUtil.decodeEncodedWords handles incorrectly encoded word that starts
> with "="
> ------------------------------------------------------------------------------------
>
> Key: MIME4J-167
> URL: https://issues.apache.org/jira/browse/MIME4J-167
> Project: JAMES Mime4j
> Issue Type: Bug
> Affects Versions: 0.6
> Reporter: Alex Baranov
> Assignee: Stefano Bagnara
> Priority: Minor
> Fix For: 0.7
>
>
> DecoderUtil.decodeEncodedWords handles incorrectly "=?charset?enc?Encoded
> word?=" where Encoded word starts with "=", for example:
> DecoderUtil.decodeEncodedWords("=?utf-8?q?=5BNutch_Wiki=5D_Update?=") results
> to "=?utf-8?q?=5BNutch_Wiki=5D_Update?="
> DecoderUtil.decodeEncodedWords("=?utf-8?q?A=5BNutch_Wiki=5D_Update?=")
> results to "A[Nutch Wiki] Update"
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.