]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-mail: message_header_encode() now preserves folding whitespace
authorTimo Sirainen <tss@iki.fi>
Sun, 11 May 2014 19:15:08 +0000 (22:15 +0300)
committerTimo Sirainen <tss@iki.fi>
Sun, 11 May 2014 19:15:08 +0000 (22:15 +0300)
commita7dcd5b93e608feeffe980e268eac6c5b9f5b21c
tree254f53330601dade31caae9b43e365c455246150
parent5b6e0b6569d5e79ddb868525063cfd04009437b4
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.
src/lib-mail/message-header-encode.c
src/lib-mail/message-header-encode.h
src/lib-mail/test-message-header-encode.c