gunnar: server/kolab-webclient/imp/templates/imp-4.3.6 webclient-imp_mime_drivers.php.template, 1.3, 1.4

cvs at kolab.org cvs at kolab.org
Thu Mar 4 22:43:29 CET 2010


Author: gunnar

Update of /kolabrepository/server/kolab-webclient/imp/templates/imp-4.3.6
In directory doto:/tmp/cvs-serv4243/kolab-webclient/imp/templates/imp-4.3.6

Modified Files:
	webclient-imp_mime_drivers.php.template 
Log Message:
kolab/issue3543 (Display of pure HTML email very clunky, claimed to be no displayable part) 

Index: webclient-imp_mime_drivers.php.template
===================================================================
RCS file: /kolabrepository/server/kolab-webclient/imp/templates/imp-4.3.6/webclient-imp_mime_drivers.php.template,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- webclient-imp_mime_drivers.php.template	22 Jan 2010 13:02:55 -0000	1.3
+++ webclient-imp_mime_drivers.php.template	4 Mar 2010 21:43:27 -0000	1.4
@@ -13,3 +13,33 @@
 /* from @@@imp_confdir@@@/mime_drivers.php
    Please refer to that file to see which settings you can influence via */
 /* this template.                                                        */
+
+/**
+ * HTML driver settings
+ */
+
+/**
+ * Uncomment the following if you want to display HTML emails inline
+ * (within the context of the webmailer window rather than as a
+ * downloadable attachment). This is considered unsafe (see discussion
+ * in https://issues.kolab.org/issue3543)
+ */
+/**
+$mime_drivers['imp']['html'] = array(
+    'inline' => true,
+    'handles' => array(
+        'text/html'
+    ),
+    'icons' => array(
+        'default' => 'html.png'
+    ),
+    /* If you don't want to display the link to open the HTML content in a
+     * separate window, set the following to false. */
+    'external' => true,
+    /* Run 'tidy' on all HTML output? This requires at least version 2.0 of the
+     * PECL 'tidy' extension to be installed on your system. */
+    'tidy' => false,
+    /* Check for phishing exploits? */
+    'phishing_check' => true
+);
+*/





More information about the commits mailing list