From 2473f83c559603807590cbc50a56c63ab9dc8b77 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 6 Oct 2015 14:22:39 +0800 Subject: [PATCH] Import/Core_email.php --- Import/Core_email.php | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Import/Core_email.php b/Import/Core_email.php index a462d54c..49036d47 100644 --- a/Import/Core_email.php +++ b/Import/Core_email.php @@ -92,15 +92,7 @@ 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) { -- 2.39.2