Aleksander Machniak
2012-10-31 9c299eb9e695810272ed90c35993d34157d0d6ae
Make sure HTML part size>0 before assuming the message has got HTML part
1 files modified
2 ■■■ changed files
program/include/rcube_message.php 2 ●●● patch | view | raw | blame | history
program/include/rcube_message.php
@@ -483,7 +483,7 @@
                    if ($plugin['abort'])
                        continue;
                    if ($part_mimetype == 'text/html') {
                    if ($part_mimetype == 'text/html' && $mail_part->size) {
                        $got_html_part = true;
                    }