Message342750
| Author | maxking |
|---|---|
| Recipients | barry, maxking, r.david.murray, valhallasw |
| Date | 2019-05-17.18:21:47 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1558117308.05.0.799884997689.issue21315@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
The solution replaces RFC 20147 chrome for utf-8 and q to make sure there is a space before ew, it wouldn't replace in case of any other charset/cte pair.
value = value.replace("=?UTF-8?Q?=20", " =?UTF-8?Q?")
Isn't that correct? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-05-17 18:21:48 | maxking | set | recipients: + maxking, barry, r.david.murray, valhallasw |
| 2019-05-17 18:21:48 | maxking | set | messageid: <1558117308.05.0.799884997689.issue21315@roundup.psfhosted.org> |
| 2019-05-17 18:21:48 | maxking | link | issue21315 messages |
| 2019-05-17 18:21:47 | maxking | create | |