Import/Core_email.php
authorAlan Knowles <alan@roojs.com>
Thu, 4 Mar 2021 06:45:37 +0000 (14:45 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 4 Mar 2021 06:45:37 +0000 (14:45 +0800)
Import/Core_email.php

index 1a69fd9..dc12c7a 100644 (file)
@@ -110,7 +110,8 @@ class Pman_Core_Import_Core_email extends Pman
         
         $decoder = new Mail_mimeDecode($mailtext);
         $parts = $decoder->getSendArray();
-        print_R($parts);exit;
+        $structure = $decoder->decode();
+        print_R($structure);exit;
         if (is_a($parts,'PEAR_Error')) {
             echo $parts->toString() . "\n";
             exit;