Fixed major problems with IMAP session handling in the MIME code. This
[squirrelmail.git] / src / read_body.php
index 022ddd014ba3748316cc00112fb990f6b8ed31d7..964f79d58ff14fa04bbe0efd47db80d5edf85118 100644 (file)
    echo "   </TD></TR>";
 
    echo "   <TR><TD BGCOLOR=\"$color[4]\" WIDTH=100%>\n";
-   $body = formatBody($message, $color, $wrap_at);
+   $body = formatBody($imapConnection, $message, $color, $wrap_at);
    echo "<BR>";
 
    echo "$body";