roundcube / roundcubemail

The Roundcube Webmail suite
https://roundcube.net
GNU General Public License v3.0
5.89k stars 1.64k forks source link

Message encoding problem #3360

Closed rcubetrac closed 13 years ago

rcubetrac commented 13 years ago

Reported by byshido on 20 Apr 2011 12:05 UTC as Trac ticket #1487877

I have the latest (0.51) version of Roundcube and use RFC 2047/2231 attachment name settings. Also I use UTF-8 encoding as default.

Creating message by means of a script(encoding utf-8 default) after charsets message shows incorrectly.

Keywords: message encoding Migrated-From: http://trac.roundcube.net/ticket/1487877

rcubetrac commented 13 years ago

Comment by byshido on 20 Apr 2011 12:13 UTC

but headers encoding shows correctly/

rcubetrac commented 13 years ago

Comment by @alecpl on 20 Apr 2011 12:39 UTC

The message doesn't contain Content-Type header (with charset definition) and is encoded with ISO-8859-5. It will be displayed correctly when you'll change default charset.

rcubetrac commented 13 years ago

Status changed by @alecpl on 20 Apr 2011 12:39 UTC

new => closed

rcubetrac commented 13 years ago

Comment by byshido on 20 Apr 2011 12:57 UTC

$rcmail_config['default_charset'] = 'UTF-8';

if change it - all values(header and text message) shows incorectly