From: Alan Knowles Date: Thu, 4 Mar 2021 06:45:37 +0000 (+0800) Subject: Import/Core_email.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=4965633a9508f3bbc4e3307ae437fc997365948a Import/Core_email.php --- diff --git a/Import/Core_email.php b/Import/Core_email.php index 1a69fd90..dc12c7a8 100644 --- a/Import/Core_email.php +++ b/Import/Core_email.php @@ -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;