[Tickets #11273] Re: Fails to load Kolab XML data from IMAP
bugs at horde.org
bugs at horde.org
Sat Jul 14 17:11:12 UTC 2012
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/11273
------------------------------------------------------------------------------
Ticket | 11273
Updated By | Thomas Jarosch <thomas.jarosch at intra2net.com>
Summary | Fails to load Kolab XML data from IMAP
Queue | Mnemo
Version | Git develop
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
Thomas Jarosch <thomas.jarosch at intra2net.com> (2012-07-14 17:11) wrote:
This evil hack allows me to load the data finally:
diff --git
a/framework/Kolab_Storage/lib/Horde/Kolab/Storage/Factory.php
b/framework/Kolab_Storage/lib/Horde/Kolab/Storage/Factory.php
index 001271b..9ec5723 100644
--- a/framework/Kolab_Storage/lib/Horde/Kolab/Storage/Factory.php
+++ b/framework/Kolab_Storage/lib/Horde/Kolab/Storage/Factory.php
@@ -155,6 +155,11 @@ class Horde_Kolab_Storage_Factory
$timer = new Horde_Support_Timer();
$timer->push();
}
+
+ // Horde::logMessage("TOMJ: Dumping kolab driver params:
".print_r($params,true));
+ $params['driver'] = 'pear';
Question: Is the IMAP driver used for the Kolab backend configurable
somewhere?
More information about the bugs
mailing list