19ed8f08b23d6ed204e6b27e5d1c0c6fe6bb11dd |
|
15-Nov-2015 |
Phil Carmody <phil@dovecot.fi> |
various - remove 8-bit characters from literal strings in test cases
C has a portable way of expressing characters not in the basic character
set, namely \xNN escaping. Otherwise, the interpretation of the raw utf-8
is implentation dependent. This has the benefit of making some tests'
expected output more obvious, such as "=c3=a4" matching "\xC3\xA4", even
if it hinders the readability of some natural-language-based tests.
Signed-off-by: Phil Carmody <phil@dovecot.fi> |
a7dcd5b93e608feeffe980e268eac6c5b9f5b21c |
|
11-May-2014 |
Timo Sirainen <tss@iki.fi> |
lib-mail: message_header_encode() now preserves folding whitespace
This function could still use some cleaning up, but good enough for now..
Also it should try to minimize the encoded words, not necessarily encoding
everything between the first and the last words that have to be encoded. |