From d291578bc75e42120de95a27b31b6dd5b914a05c Mon Sep 17 00:00:00 2001 From: hdijkema Date: Tue, 15 Jan 2019 00:22:47 +0100 Subject: [PATCH] Removed previous commented out code. Signed-off-by: hdijkema --- apps/dav/lib/CalDAV/Schedule/IMipPlugin.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php b/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php index 7aa6d4bcff597..cd3a9b9391d5c 100644 --- a/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php +++ b/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php @@ -249,14 +249,6 @@ public function schedule(Message $iTipMessage) { # This plain text text/calendar part is needed for # Microsoft Outlook versions <= 2010 to work. - # The attachment base64 text/calendar part is removed from the code - #$attachment = $this->mailer->createAttachment( - # $iTipMessage->message->serialize(), - # 'event.ics',// TODO(leon): Make file name unique, e.g. add event id - # 'text/calendar; method=' . $iTipMessage->method - #); - #$message->attach($attachment); - $itip_msg = $iTipMessage->message->serialize(); $message->addPart( $itip_msg,