Roundup Tracker - Issues

Issue 1505663

classification
'?' in rfc2822-encoded header isn't quoted + patch
Type: Severity: normal
Components: Mail interface Versions:
process
Status: closed accepted
:
: schlatterbeck : schlatterbeck
Priority: normal :

Created on 2006-06-13 21:16 by schlatterbeck, last changed 2006-06-13 21:16 by schlatterbeck.

Files
File name Uploaded Description Edit Remove
patch-roundup-rfc2822 schlatterbeck, 2006-06-13 21:16 patch for header encoding
Messages
msg2271 Author: [hidden] (schlatterbeck) Date: 2006-06-13 21:16
A trailing '?' in a subject-line containing utf-8
non-ascii characters will result in an encoded string
that can't be decoded because it ends in ??= which at
least mutt and Lotus Notes can't decode.

The attached patch adds another exception to
header-encoding and also updates the regression test
with a test-case.
History
Date User Action Args
2006-06-13 21:16:01schlatterbeckcreate