Am 09.10.2012 21:30, schrieb Junio C Hamano:
> Jan H. Schönherr writes:
...
>> static int is_rfc2047_special(char ch)
>> {
>> +/*
>> + * We encode ' ' using '=20' even though rfc2047
>> + * allows using '_' for readability. Unfortunately,
>> + * many programs do not understand t
From: Jan H. Schönherr
Encoded characters add more than one character at once to an encoded
header. Include all characters that are about to be added in the length
calculation for wrapping.
Additionally, RFC 2047 imposes a maximum line length of 76 characters
if that line contains an rfc2047 enc
2 matches
Mail list logo