* eMail: fix problem with display of ms-outlook 14 calendar requests (text/calendar only)

This commit is contained in:
Klaus Leithoff 2012-06-12 10:53:47 +00:00
parent 191ed55bf9
commit 6531bc69d2

View File

@ -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'];