mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-22 21:30:54 +01:00
* eMail: fix problem with display of ms-outlook 14 calendar requests (text/calendar only)
This commit is contained in:
parent
191ed55bf9
commit
6531bc69d2
@ -2860,7 +2860,7 @@ class felamimail_bo
|
||||
$newAttachment = array();
|
||||
$newAttachment['name'] = 'event.ics';
|
||||
$newAttachment['size'] = $structure->bytes;
|
||||
$newAttachment['mimeType'] = $structure->type .'/'. $structure->subType.';'.$structure->parameters['METHOD'];
|
||||
$newAttachment['mimeType'] = $structure->type .'/'. $structure->subType;//.';'.$structure->parameters['METHOD'];
|
||||
$newAttachment['partID'] = $structure->partID;
|
||||
$newAttachment['encoding'] = $structure->encoding;
|
||||
$newAttachment['method'] = $structure->parameters['METHOD'];
|
||||
|
Loading…
Reference in New Issue
Block a user