Displaying 1 result from an estimated 1 matches for "replaced_kru".
2013 Apr 25
1
search and UTF-8 normalization forms (NFD)
...vecot 2.2 I've got a mailbox containing multiple mails
from a person called Kr?ger, but From: header encoded differently.
Some are encoded in UTF-8 normalization form decomposed (as used by Mac OSX),
that is u and umlaut accent as sperate combined codepoints
instead of one ?:
From: =?utf-8?Q?replaced_Kru=CC=88ger?= <krueger at some.domain>
Searching within roundcube webmail for "kr?ger" as sender
missis this mails.
Roundcube sends (dovecot rawlog):
A0003 UID THREAD REFS UTF-8 ALL HEADER FROM {7+}kr?ger
Is this supposed to work? Haven't done any more debugging
(other search va...