Aleksander Machniak
2012-11-14 ce248f83e52092d264de23a0bd51a0233d6498e7
program/include/rcube_message.php
@@ -270,10 +270,6 @@
            else if ($part->mimetype == 'text/html') {
                $out = $this->get_part_content($mime_id);
                // remove special chars encoding
                $trans = array_flip(get_html_translation_table(HTML_ENTITIES));
                $out = strtr($out, $trans);
                // create instance of html2text class
                $txt = new html2text($out);
                return $txt->get_text();