Hello Am 06.03.2017 um 13:05 schrieb 티모랜드 정경수 (romeo...@timoland.co.kr): > > I have installed SOGo. But I have very critical problem that I cannot > see the subjects encoded in 'KS_C_5601-1987'. This encoding is very > popular in Korea because MS Outlook Korean version's default encoding > is it. AFAIK The encoding mechanism is almost same as 'EUC-KR', and I > don't know the exact differences between the two. The below line > shows a example encoded in 'KS_C_5601-1987'. Subject: > =?ks_c_5601-1987?B?wMy5zMH2xay4ryBSRrrqt6O15SDAzLinILD4uPAgwMC48C4=?= > > I hope the encoding can be supported in SOGo very soon. >
SOGo uses the GNU iconv libraries to convert character sets for display. iconv does not know KS_C_5601-1987, therefore SOGo can not display that. You can check that on the server with: iconv --list|grep -i KS_C_5601-1987 From http://www.iana.org/assignments/character-sets/character-sets.xhtml you can see, that KS_C_5601-1987 is an alias of ISO-2022-KR and KS_C_5861-1992 is an alias of EUC-KR. In order to get this working, you have to specify those aliases in file "gconv-modules" for iconv on the SOGo server which contains ISO-2022-KR and EUC-KR: alias KS_C_5601-1987// ISO-2022-KR// alias KS_C_5861-1992// EUC-KR// You can find those on your server with: locate gconv-modules Beware: Those changes will be gone after upgrading iconv or gnu C library. Perhaps you should contact upstream about those aliases. > One more. > > I can not create a mail folder called "유료쿠폰" > You should open a bug report for that on http://sogo.nu/bugs Kind regards, Christian Mack -- Christian Mack Universität Konstanz Kommunikations-, Informations-, Medienzentrum (KIM) Abteilung Basisdienste 78457 Konstanz +49 7531 88-4416
smime.p7s
Description: S/MIME Cryptographic Signature