- last commit fix

release-0.6
alecpl 16 years ago
parent 91ec0a0559
commit 78cdeba1a8

@ -1436,7 +1436,7 @@ class rcube_imap
if ($print) if ($print)
{ {
$mode = $o_part->encoding == 'base64' ? 3 : ($o_part->encoding == 'quoted-printable' ? 1 : 2); $mode = $o_part->encoding == 'base64' ? 3 : ($o_part->encoding == 'quoted-printable' ? 1 : 2);
$body = iil_C_HandlePartBody($this->conn, $this->mailbox, '', $part, $mode); $body = iil_C_HandlePartBody($this->conn, $this->mailbox, $msg_id, $part, $mode);
// we have to decode the part manually before printing // we have to decode the part manually before printing
if ($mode == 1) if ($mode == 1)

Loading…
Cancel
Save