Aleksander Machniak
2015-12-14 2382c6e822c5268fb6112ad5e8ab16f718112dae
Fix regression in displaying contents of message/rfc822 parts (#1490606)

Conflicts:

CHANGELOG
2 files modified
3 ■■■■■ changed files
CHANGELOG 1 ●●●● patch | view | raw | blame | history
program/steps/mail/func.inc 2 ●●●●● patch | view | raw | blame | history
CHANGELOG
@@ -14,6 +14,7 @@
- Fix redundant blank lines on start of text after html to text conversion (#1490577)
- Fix HTML sanitizer to skip <!-- node type X --> in output (#1490583)
- Fix invalid LDAP query in ACL user autocompletion (#1490591)
- Fix regression in displaying contents of message/rfc822 parts (#1490606)
RELEASE 1.1.3
-------------
program/steps/mail/func.inc
@@ -1225,6 +1225,8 @@
                        $part = $msgpart;
                        $out .= html::div('message-partheaders', rcmail_message_headers(sizeof($header_attrib) ? $header_attrib : null, $part->headers));
                    }
                    $body = $part->body;
                }
                // message is cached but not exists (#1485443), or other error