joniburn/sendcharset
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
---------------------------------------------------------------------------
Roundcube plugin for customize character encoding of sending message.
---------------------------------------------------------------------------
* Overview
This plugin adds a option to mail composing preference.
The option specifies which charset to be used in sending message.
* Installation
Put this plugin as plugins/sendcharset, then edit config/main.inc.php:
$rcmail_config['plugins'] = array('sendcharset');
* Configuration
Copy config.inc.php.dist to config.inc.php and edit that.
There is only a option which specifies default sending charset.
If it is not set, keeps default behavior(UTF-8 may be used).