forked from extern/egroupware
fixed html spechialchars in mailtoinfolog
This commit is contained in:
parent
d2a886fef2
commit
1bb9f539eb
@ -1241,7 +1241,7 @@ class uiinfolog
|
||||
$bofelamimail->reopen($mailbox);
|
||||
|
||||
$headers = $bofelamimail->getMessageHeader($uid);
|
||||
$bodyParts = $bofelamimail->getMessageBody($uid,'');
|
||||
$bodyParts = $bofelamimail->getMessageBody($uid,'text/plain');
|
||||
$attachments = $bofelamimail->getMessageAttachments($uid);
|
||||
|
||||
if (isset($headers['FROM'])) $mailaddress = $bofelamimail->decode_header($headers['FROM']);
|
||||
|
Loading…
Reference in New Issue
Block a user