alecpl
2011-12-07 b6da0b76afb5697685c35b8584631294cfc7b12f
program/steps/mail/headers.inc
@@ -20,7 +20,7 @@
if ($uid = get_input_value('_uid', RCUBE_INPUT_POST))
{
    $source = $IMAP->get_raw_headers($uid);
    $source = $RCMAIL->imap->get_raw_headers($uid);
    if ($source !== false) {
        $source = htmlspecialchars(trim($source));