ImportMailMessage.php
authorjohn <john@roojs.com>
Thu, 30 Nov 2017 09:20:09 +0000 (17:20 +0800)
committerjohn <john@roojs.com>
Thu, 30 Nov 2017 09:20:09 +0000 (17:20 +0800)
ImportMailMessage.php

index d53e860..0aea099 100644 (file)
@@ -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));
         }