[CalendarServer-changes] [2769] CalendarServer/branches/users/sagen/mailgateway-implicit-2745/ twistedcaldav/mail.py
source_changes at macosforge.org
source_changes at macosforge.org
Mon Aug 4 17:51:32 PDT 2008
Revision: 2769
http://trac.macosforge.org/projects/calendarserver/changeset/2769
Author: sagen at apple.com
Date: 2008-08-04 17:51:31 -0700 (Mon, 04 Aug 2008)
Log Message:
-----------
Remove a few TODOs
Modified Paths:
--------------
CalendarServer/branches/users/sagen/mailgateway-implicit-2745/twistedcaldav/mail.py
Modified: CalendarServer/branches/users/sagen/mailgateway-implicit-2745/twistedcaldav/mail.py
===================================================================
--- CalendarServer/branches/users/sagen/mailgateway-implicit-2745/twistedcaldav/mail.py 2008-08-05 00:49:35 UTC (rev 2768)
+++ CalendarServer/branches/users/sagen/mailgateway-implicit-2745/twistedcaldav/mail.py 2008-08-05 00:51:31 UTC (rev 2769)
@@ -50,8 +50,6 @@
]
-# TODO: generate reply-to headers for authenticating responses
-# TODO: hand off authenticated responses to calendarserver
# TODO: use @inlineCallbacks
#
@@ -271,8 +269,6 @@
path = os.path.join(path, MailGatewayTokensDatabase.dbFilename)
super(MailGatewayTokensDatabase, self).__init__(path, True)
- # TODO: generate random number for use in token creation
-
def createToken(self, organizer, attendee):
token = str(uuid.uuid4())
self._db_execute(
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080804/e811e034/attachment.html
More information about the calendarserver-changes
mailing list