Import/Core_email.php
authorAlan Knowles <alan@roojs.com>
Tue, 6 Oct 2015 06:11:57 +0000 (14:11 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 6 Oct 2015 06:11:57 +0000 (14:11 +0800)
Import/Core_email.php

index a402321..a462d54 100644 (file)
@@ -93,6 +93,15 @@ class Pman_Core_Import_Core_email extends Pman
         $from_email = $from_str[0]->mailbox . '@' . $from_str[0]->host;
         
         
+        // inline CSS...
+        
+        require_once 'HTML/CSS/InlineStyle.php';
+        $is  = new HTML_CSS_InlineStyle();
+        $is->loadHTML($parts[2]);
+        
+        
+        
+        
         
         if ($c->id) {
             $cc =clone($c);