[CalendarServer-changes] [8099] CalendarServer/trunk/twistedcaldav/mail.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Sep 14 11:00:07 PDT 2011


Revision: 8099
          http://trac.macosforge.org/projects/calendarserver/changeset/8099
Author:   cdaboo at apple.com
Date:     2011-09-14 11:00:07 -0700 (Wed, 14 Sep 2011)
Log Message:
-----------
Add missing content-type.

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/mail.py

Modified: CalendarServer/trunk/twistedcaldav/mail.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/mail.py	2011-09-14 17:56:26 UTC (rev 8098)
+++ CalendarServer/trunk/twistedcaldav/mail.py	2011-09-14 18:00:07 UTC (rev 8099)
@@ -420,6 +420,9 @@
     def resourceType(self):
         return davxml.ResourceType.ischeduleinbox
 
+    def contentType(self):
+        return MimeType.fromString("text/html; charset=utf-8");
+
     def isCollection(self):
         return False
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110914/4434ea57/attachment.html>


More information about the calendarserver-changes mailing list