mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-16 02:49:03 +01:00
* Calendar, MailToAllParticipants: force type to plain as thunderbird (with lightning attached) seems to try to be smart while parsing html messages with ics attachments, but fails with a parse error, resulting in a not displayed message in thunderbird
This commit is contained in:
parent
ee321972f6
commit
b2578d9de5
@ -1002,6 +1002,7 @@ class calendar_uiforms extends calendar_ui
|
||||
}
|
||||
$vars = array(
|
||||
'menuaction' => 'felamimail.uicompose.compose',
|
||||
'mimeType' => 'plain', // force type to plain as thunderbird seems to try to be smart while parsing html messages with ics attachments
|
||||
'preset[to]' => $to,
|
||||
'preset[subject]' => $subject,
|
||||
'preset[body]' => $body,
|
||||
|
Loading…
Reference in New Issue
Block a user