This directory contains a development snapshot of a (non-working) z-push implementation for SOGo. It is only meant for testing, for more information read the SOGo developer mailing lists. Sources: sogosync-121210.tgz: from http://geekworld.dk/sogosync/ (Bo Simonsen) z-sync.zip: http://oeufdure.free.fr/download/sogo/ (Fabrice Durands modification of the above) z-push-free.fr-alge.diff: My modifications to Fabrice Durands files. * try to include the autodiscover script from http://z-push.sourceforge.net/phpbb/viewtopic.php?f=2&t=922 * do some caching to avoid repeating too much "ls()" on the Cal/CardDav shares * suppress some print_r to avoid breaking the HTTP output * leave the To: field as is when sending mail * re-login for saving messages to the Sent folder * small fix avoiding to call getConfig on wrong argument object in class_ical_client.php It more or less works with WM 6.0 or 6.1 devices. I tried also Symbian S60 (E90), WebOS (Palm Pre), Android 2.1 and Maemo 5 (N900) and iOS 4 with lesser success. It seems to suffer from performance issues, sometimes a request takes to long and the clients time out. It works with lets say some 10 mails, 10 contacts and 10 events, but fails if there are some hundred items in either of these categories. Albrecht Gebhardt