Aleksander Machniak
2014-10-22 48ba4414b33c8982f8232b06f06d68f3213aa986
refs
author Aleksander Machniak <alec@alec.pl>
Wednesday, October 22, 2014 08:29 -0400
committer Aleksander Machniak <alec@alec.pl>
Wednesday, October 22, 2014 08:29 -0400
commit48ba4414b33c8982f8232b06f06d68f3213aa986
tree c36c555e1e2cca6cfe1fdd12018da05b648798b9 tree | zip | gz
parent e2251db1d5b536f61fe7db57b96a9601465bd139 view | diff
Fix download of attachments that are part of TNEF message (#1490091)

Rcube_message_part::body content should never be modified by code out of the rcube_message.
Added convenient rcube_message::get_part_body() method, making rcube_message::get_part_content() deprecated.
9 files modified
355 ■■■■■ changed files
CHANGELOG 1 ●●●● diff | view | raw | blame | history
plugins/enigma/lib/enigma_driver_phpssl.php 2 ●●● diff | view | raw | blame | history
plugins/vcard_attachments/vcard_attachments.php 2 ●●● diff | view | raw | blame | history
plugins/zipdownload/zipdownload.php 20 ●●●●● diff | view | raw | blame | history
program/lib/Roundcube/rcube_message.php 226 ●●●● diff | view | raw | blame | history
program/steps/mail/compose.inc 16 ●●●● diff | view | raw | blame | history
program/steps/mail/func.inc 32 ●●●● diff | view | raw | blame | history
program/steps/mail/get.inc 40 ●●●●● diff | view | raw | blame | history
tests/MailFunc.php 16 ●●●● diff | view | raw | blame | history