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

source_changes at macosforge.org source_changes at macosforge.org
Wed Nov 19 11:53:59 PST 2008


Revision: 3398
          http://trac.macosforge.org/projects/calendarserver/changeset/3398
Author:   sagen at apple.com
Date:     2008-11-19 11:53:58 -0800 (Wed, 19 Nov 2008)
Log Message:
-----------
Override some CalDAVFile methods for the imip inbox resource /inbox

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

Modified: CalendarServer/trunk/twistedcaldav/mail.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/mail.py	2008-11-19 18:46:53 UTC (rev 3397)
+++ CalendarServer/trunk/twistedcaldav/mail.py	2008-11-19 19:53:58 UTC (rev 3398)
@@ -185,6 +185,15 @@
     def isPseudoCalendarCollection(self):
         return False
 
+    def hasDeadProperty(self, name):
+        return False
+
+    def etag(self):
+        return None
+
+    def checkPreconditions(self, request):
+        return None
+
     def render(self, request):
         output = """<html>
 <head>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20081119/58fad967/attachment-0001.html>


More information about the calendarserver-changes mailing list