Branch 'roundcubemail-plugins-kolab-0.8' - plugins/kolab_zpush
    Jeroen van Meeuwen 
    vanmeeuwen at kolabsys.com
       
    Wed Sep 12 14:50:56 CEST 2012
    
    
  
 plugins/kolab_zpush/kolab_zpush.php |    2 ++
 1 file changed, 2 insertions(+)
New commits:
commit 8b6ba3cdfc4bfa5af6fe9d34342b04716746c254
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Wed Sep 12 13:50:25 2012 +0100
    Make absolutely sure the IMAP connection is made and the metadata for devices is obtained before attempting to list the devices
diff --git a/plugins/kolab_zpush/kolab_zpush.php b/plugins/kolab_zpush/kolab_zpush.php
index 9c35021..e4fe3b7 100644
--- a/plugins/kolab_zpush/kolab_zpush.php
+++ b/plugins/kolab_zpush/kolab_zpush.php
@@ -56,6 +56,8 @@ class kolab_zpush extends rcube_plugin
         
         if ($this->rc->action == 'plugin.zpushconfig')
           $this->require_plugin('kolab_core');
+
+        $this->init_imap();
     }
 
 
    
    
More information about the commits
mailing list