Dear sir,
I'm a web developer maintaining a website that has web mail client. I see RoundCube Webmail is a great browser-based web mail client. It works better and faster than my current web mail does. Unfortunately, it doesn't support writing mail in Khmer script like my web mail does, so my question is "Can I adapt it to have the ability to send mail in khmer script? Or is it fixed and can't be changed?". hopefully, you will reply me with answer soon.
Thanks
Sony
Hi Sony,
You can set the charset to be sent with the message in program/steps/mail/sendmail.inc. See the part of
// encoding settings for mail composing $message_param = array('text_encoding' => '7bit', 'html_encoding' => 'quoted-printable', 'head_encoding' => 'quoted-printable', 'head_charset' => 'ISO-8859-1', 'html_charset' => 'ISO-8859-1', 'text_charset' => 'ISO-8859-1');
and replace 'ISO-8859-1' with the charset that is used to display Khmer script.
We will add a configurable charset selection to future versions of RoundCube.
Regards, Thomas
Sony wrote:
Dear sir,
I’m a web developer maintaining a website that has web mail client. I see RoundCube Webmail is a great browser-based web mail client. It works better and faster than my current web mail does. Unfortunately, it doesn’t support writing mail in Khmer script like my web mail does, so my question is “Can I adapt it to have the ability to send mail in khmer script? Or is it fixed and can’t be changed?”. hopefully, you will reply me with answer soon.
Thanks
Sony