[CalendarServer-changes] [2773] CalendarServer/branches/users/sagen/mailgateway-implicit-2745/ twistedcaldav

source_changes at macosforge.org source_changes at macosforge.org
Tue Aug 5 13:52:06 PDT 2008


Revision: 2773
          http://trac.macosforge.org/projects/calendarserver/changeset/2773
Author:   sagen at apple.com
Date:     2008-08-05 13:52:06 -0700 (Tue, 05 Aug 2008)
Log Message:
-----------
Resource in mail-gateway is /inbox instead of /email-inbox

Modified Paths:
--------------
    CalendarServer/branches/users/sagen/mailgateway-implicit-2745/twistedcaldav/mail.py
    CalendarServer/branches/users/sagen/mailgateway-implicit-2745/twistedcaldav/scheduling/imip.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 17:46:24 UTC (rev 2772)
+++ CalendarServer/branches/users/sagen/mailgateway-implicit-2745/twistedcaldav/mail.py	2008-08-05 20:52:06 UTC (rev 2773)
@@ -408,7 +408,7 @@
         self.mailer = mailer
         root = resource.Resource()
         root.putChild('', self.HomePage())
-        root.putChild('email-inbox', self.IScheduleInbox(mailer))
+        root.putChild('inbox', self.IScheduleInbox(mailer))
         self.site = server.Site(root)
         self.server = internet.TCPServer(settings['MailGatewayPort'], self.site)
 

Modified: CalendarServer/branches/users/sagen/mailgateway-implicit-2745/twistedcaldav/scheduling/imip.py
===================================================================
--- CalendarServer/branches/users/sagen/mailgateway-implicit-2745/twistedcaldav/scheduling/imip.py	2008-08-05 17:46:24 UTC (rev 2772)
+++ CalendarServer/branches/users/sagen/mailgateway-implicit-2745/twistedcaldav/scheduling/imip.py	2008-08-05 20:52:06 UTC (rev 2773)
@@ -97,7 +97,7 @@
 
         mailGatewayServer = config.Scheduling['iMIP']['MailGatewayServer']
         mailGatewayPort = config.Scheduling['iMIP']['MailGatewayPort']
-        url = "http://%s:%d/email-inbox" % (mailGatewayServer, mailGatewayPort)
+        url = "http://%s:%d/inbox" % (mailGatewayServer, mailGatewayPort)
         headers = {
             'Content-Type' : 'text/calendar',
             'Originator' : fromAddr,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080805/c592e851/attachment.html 


More information about the calendarserver-changes mailing list