From ffae15e5fcde50cf8c1b168fa313f4ec3454a693 Mon Sep 17 00:00:00 2001 From: alecpl Date: Mon, 29 Sep 2008 07:38:16 +0000 Subject: - Added 'mime_param_folding' option with possibility to choose long/non-ascii attachment names encoding eg. to be readable in MS Outlook/OE (#1485320) - Added "advanced options" feature in User Preferences --- installer/config.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'installer/config.php') diff --git a/installer/config.php b/installer/config.php index d5e10e8b4..b0f56889d 100644 --- a/installer/config.php +++ b/installer/config.php @@ -539,6 +539,21 @@ echo $select_mdnreq->show(intval($RCI->getprop('mdn_requests')));
Behavior if a received message requests a message delivery notification (read receipt)
+
mime_param_folding *
+
+ '_mime_param_folding', 'id' => "cfgmimeparamfolding")); +$select_param_folding->add('Full RFC 2231 (Roundcube, Thunderbird)', '0'); +$select_param_folding->add('RFC 2047/2231 (MS Outlook, OE)', '1'); +$select_param_folding->add('Full RFC 2047 (deprecated)', '2'); + +echo $select_param_folding->show(intval($RCI->getprop('mime_param_folding'))); + +?> +
How to encode attachment long/non-ascii names
+
+

*  These settings are defaults for the user preferences

-- cgit v1.2.3