For now, do the broken RFC 2231 config setting here.
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 2 Dec 2008 08:08:32 +0000 (01:08 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 2 Dec 2008 08:08:32 +0000 (01:08 -0700)
imp/lib/base.php

index bbe462a..21fa974 100644 (file)
@@ -204,3 +204,8 @@ if ($viewmode == 'mimp') {
     // Need to explicitly load DIMP.php
     require_once IMP_BASE . '/lib/DIMP.php';
 }
+
+// TODO - Move somewhere else?
+if (!empty($GLOBALS['conf']['mailformat']['brokenrfc2231'])) {
+    Horde_Mime::$brokenRFC2231 = true;
+}