Files
kumomta/docs
Wez Furlong 7390f3111a mailparsing: fix qp_encode with UTF-8 subsequences containing 0x20
With a specific farsi input string, there are one or more codepoints
that encode with 0x20 as part of their subsequence.  The qp_encode
function would confuse those with a space and produce the wrong
output.

This commit fixes that by having the encoder iterate by codepoint
rather than by byte, and then emit the appropriate byte sequences
from there.
2025-01-06 11:02:26 -07:00
..
2023-10-18 16:18:56 -06:00
2024-01-24 15:40:19 -05:00