mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-25 14:51:35 +01:00
* eMail: email to infolog -> fix for not decoded senderinformation
This commit is contained in:
parent
0656e82a85
commit
6511f42e43
@ -1101,8 +1101,8 @@
|
||||
}
|
||||
if (is_array($this->sessionData['cc'])) $mailaddresses['cc'] = $this->sessionData['cc'];
|
||||
if (is_array($this->sessionData['bcc'])) $mailaddresses['bcc'] = $this->sessionData['bcc'];
|
||||
if (!empty($mailaddresses)) $mailaddresses['from'] = $fromAddress;
|
||||
// attention: we dont return from infolog/trackere. You cannot check both. cleanups will be done there.
|
||||
if (!empty($mailaddresses)) $mailaddresses['from'] = $GLOBALS['egw']->translation->decodeMailHeader($fromAddress);
|
||||
// attention: we dont return from infolog/tracker. You cannot check both. cleanups will be done there.
|
||||
if ($_formData['to_infolog'] == 'on') {
|
||||
$uiinfolog =& CreateObject('infolog.infolog_ui');
|
||||
$uiinfolog->import_mail(
|
||||
|
Loading…
Reference in New Issue
Block a user