alecpl
2009-07-19 3b7e00fbdaee197e6ccd832a3f10dbb417373f4c
program/steps/mail/get.inc
@@ -113,7 +113,7 @@
      // turn off output buffering and print part content
      if ($part->body)
        echo $part->body;
      else
      else if ($part->size)
        $IMAP->get_message_part($MESSAGE->uid, $part->mime_id, $part, true);
    }