our company is just a few weeks before the complete transition to Scalix. We found 1 very important issue. As we are from the Czech Republic, ASCII often is not enough for us. All encoding/transmision seems OK, except for quoted printables in address (ie To) and Subject headers.
Sent message containing
Code: Select all
Subject: Test diakritiky: =?ISO-8859-2?Q?=EC=B9=E8=F8=BE=FD=E1=ED=E9=EF=BB?=
=?ISO-8859-2?Q?=F2=F9=FA_?=
in the header (also saved properly via imap) results into
Code: Select all
Subject: Test diakritiky: **************
in the received header (all non-ASCII characters are substituted by asterisks). It seems like character representation in the message storage does not fit our needs, but it is just a hypothesis. I have tried several settings, but none of them changed the behavior, so I believe, you can help me easily.
The question nr. 2 is: where shall we set character set for messages/subjects sent by webmail? It uses quoted printable iso-8859-1 as default.
Thanks alot!