steffen: server/kolab-resource-handlers/kolab-resource-handlers/fbview/fbview/kronolith attendeescommon.php, 1.2, 1.3

cvs at intevation.de cvs at intevation.de
Thu Oct 14 02:10:10 CEST 2004


Author: steffen

Update of /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/fbview/fbview/kronolith
In directory doto:/tmp/cvs-serv28260/kolab-resource-handlers/fbview/fbview/kronolith

Modified Files:
	attendeescommon.php 
Log Message:
killed long imap rsh timeout

Index: attendeescommon.php
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/fbview/fbview/kronolith/attendeescommon.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- attendeescommon.php	15 Jul 2004 22:08:05 -0000	1.2
+++ attendeescommon.php	14 Oct 2004 00:10:08 -0000	1.3
@@ -128,7 +128,7 @@
     }
 
     // Get our mailbox strings for use in the imap_X functions
-    $server = '{' . $params['server'] . '/imap/notls/novalidate-cert}';
+    $server = '{' . $params['server'] . '/imap/notls/novalidate-cert/norsh}';
     $mailbox = "user/$prefix/" . $params['calendar_store'] . "$suffix";
     $fullmbox = $server . $mailbox;
 





More information about the commits mailing list