From: john Date: Thu, 30 Nov 2017 09:20:09 +0000 (+0800) Subject: ImportMailMessage.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=93aafa5d7eac0737d7a3e9751ec231876afe79f1 ImportMailMessage.php --- diff --git a/ImportMailMessage.php b/ImportMailMessage.php index d53e860a..0aea0991 100644 --- a/ImportMailMessage.php +++ b/ImportMailMessage.php @@ -56,6 +56,9 @@ class Pman_Core_ImportMailMessage extends Pman_Core_ConvertStyle } require_once 'File/Convert.php'; $fc = new File_Convert($path, 'text/html'); + + print_r($fc);exit; + $plain = $fc->convert('text/plain'); $this->jok(file_get_contents($plain)); }