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 Priority: Minor 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.