alecpl
2009-05-10 78cdeba1a82dd744f59ebfe625a7d7dd8d23ff41
- last commit fix


1 files modified
2 ■■■ changed files
program/include/rcube_imap.php 2 ●●● patch | view | raw | blame | history
program/include/rcube_imap.php
@@ -1436,7 +1436,7 @@
    if ($print)
      {
      $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
      if ($mode == 1)