Aleksander Machniak
2015-02-24 cd8bcf3801226ab512cc6bd3fb65d9e4eaa7df54
plugins/enigma/lib/enigma_driver_phpssl.php
@@ -95,7 +95,7 @@
        $fh = fopen($msg_file, "w");
        if ($struct->mime_id) {
            $message->get_part_content($struct->mime_id, $fh, true, 0, false);
            $message->get_part_body($struct->mime_id, false, 0, $fh);
        }
        else {
            $this->rc->storage->get_raw_body($message->uid, $fh);