ImportMailMessage.php
[Pman.Core] / ImportMailMessage.php
index d53e860..32c95c3 100644 (file)
@@ -8,6 +8,8 @@ class Pman_Core_ImportMailMessage extends Pman_Core_ConvertStyle
 {
     function getAuth()
     {
+        var_dump('die');exit;
+        
         if (HTML_FlexyFramework::get()->cli) {
             return true;
         }
@@ -56,6 +58,7 @@ class Pman_Core_ImportMailMessage extends Pman_Core_ConvertStyle
             }
             require_once 'File/Convert.php';
             $fc = new File_Convert($path, 'text/html');
+            
             $plain = $fc->convert('text/plain');
             $this->jok(file_get_contents($plain));
         }