* add StrBufSanitizeEmailRecipientVector(); it will qp encode plain names with utf...
authorWilfried Göesgens <willi@citadel.org>
Tue, 1 Jun 2010 22:27:02 +0000 (22:27 +0000)
committerWilfried Göesgens <willi@citadel.org>
Tue, 1 Jun 2010 22:27:02 +0000 (22:27 +0000)
commitc868229ed7f01d77d31cf062e4c90b330f855052
tree37f36ca107f78ea343448a95f1b46a4ec3d3f6a5
parent5b6e73afc7dafc549bb179b6610689b1be64322e
* add StrBufSanitizeEmailRecipientVector(); it will qp encode plain names with utf-8 chars etc.
* add CheckEncode() which scans for umlauts, whether qp encoding is neccesary
* add tests
libcitadel/lib/libcitadel.h
libcitadel/lib/stringbuf.c
libcitadel/lib/tools.c
libcitadel/tests/email_recipientstrings.txt [new file with mode: 0644]
libcitadel/tests/stringbuf_conversion.c