|
@ -1110,6 +1110,7 @@ function rcmail_message_body($attrib) |
|
|
|
|
|
|
|
|
if (!empty($MESSAGE->parts)) { |
|
|
if (!empty($MESSAGE->parts)) { |
|
|
foreach ($MESSAGE->parts as $i => $part) { |
|
|
foreach ($MESSAGE->parts as $i => $part) { |
|
|
|
|
|
console($part); |
|
|
if ($part->type == 'headers') |
|
|
if ($part->type == 'headers') |
|
|
$out .= rcmail_message_headers(sizeof($header_attrib) ? $header_attrib : NULL, $part->headers); |
|
|
$out .= rcmail_message_headers(sizeof($header_attrib) ? $header_attrib : NULL, $part->headers); |
|
|
else if ($part->type == 'content') { |
|
|
else if ($part->type == 'content') { |
|
|