-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathREADME
More file actions
19 lines (13 loc) · 716 Bytes
/
Copy pathREADME
File metadata and controls
19 lines (13 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---------------------------------------------------------------------------
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).