Send iTip messages als multipart/alternative to make Outlook recognize them correctly (#1103)

This commit is contained in:
Thomas Bruederli 2013-06-27 23:40:11 +02:00
parent 6e20d48cbf
commit 4e8f009ea5

View file

@ -143,6 +143,7 @@ class calendar_itip
$message->setParam('head_encoding', 'quoted-printable');
$message->setParam('head_charset', RCMAIL_CHARSET);
$message->setParam('text_charset', RCMAIL_CHARSET . ";\r\n format=flowed");
$message->setContentType('multipart/alternative');
// compose common headers array
$headers = array(