mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
* eSync: fix inline forward with attachment(s) and smartForward (e.g. GMail client) was broken
(not multipart/mixed, but text/html)
This commit is contained in:
parent
1e45b8dd9a
commit
00c36d6775
@ -715,6 +715,8 @@ class mail_zpush implements activesync_plugin_write, activesync_plugin_sendmail,
|
||||
$x = $mailObject->AddStringAttachment($attachmentData['attachment'], $attachment['name'], $attachment['mimeType']);
|
||||
ZLog::Write(LOGLEVEL_DEBUG,__METHOD__.__LINE__.' added part with number:'.$x);
|
||||
}
|
||||
// if we have attachment(s), we need to use multipart/mixed
|
||||
$mailObject->addHeader('Content-Type', 'multipart/mixed');
|
||||
}
|
||||
}
|
||||
} // end forward
|
||||
|
Loading…
Reference in New Issue
Block a user