Description
For example "=?utf-8?Q?=20test?=" should be decoded as " test". Instead it does not get decoded at all.
The problem is that DecoderUtil.decodeEncodedWords() falsely identifies =?utf-8?Q?= as the encoded word which cannot be decoded.
For example "=?utf-8?Q?=20test?=" should be decoded as " test". Instead it does not get decoded at all.
The problem is that DecoderUtil.decodeEncodedWords() falsely identifies =?utf-8?Q?= as the encoded word which cannot be decoded.