Z-Push Zimbra Backend (Push Email, Contacts, Appointments & Tasks)

Take your Zimbra with you!
gmichels
Posts: 16
Joined: Fri Sep 12, 2014 11:48 pm

Z-Push Zimbra Backend (Push Email, Contacts, Appointments & Tasks)

Post by gmichels »

Hi all
Does anyone have issues forwarding mails from a WM 6.5 device? If I forward an email, only the text I enter up to the signature is sent, nothing below is sent. However, if I click the "edit message" button (in the yellow strip), then the whole message is sent.
Is this intended behavior?
Using svn r28 and zpush 1.3RC.
Thanks
blabub
Posts: 11
Joined: Sat Sep 13, 2014 1:11 am

Z-Push Zimbra Backend (Push Email, Contacts, Appointments & Tasks)

Post by blabub »

Good afternoon everyone,


I have installed yesterday z-push and the z-push backend for zimbra.
Rev 28 for the backend and 1.3 of z-push. Zimbra is 6.0.6.


I have much problems with the z-push stuff:
Rev 28 -> Push not working, contacts working, calendar not working

Rev 16 -> Push working, contacts working, calender not working
Rev 16/28 -> The folder list displays the inbox multiple times.


Someone has got this running without these problems?


Kind Regards

blabub
clagir
Posts: 3
Joined: Fri Sep 12, 2014 11:33 pm

Z-Push Zimbra Backend (Push Email, Contacts, Appointments & Tasks)

Post by clagir »

Hello everyone.
After 2 days debugging:

Line 1412 :

if($k == 'birthday' || $k = 'anniversary') {

Should be:

if($k == 'birthday' || $k == 'anniversary') {
With this typo, you cannot create contacts on client nor modify contact from client

(tested on 1.3)
Clagir
powrrrplay
Advanced member
Advanced member
Posts: 120
Joined: Fri Sep 12, 2014 11:55 pm

Z-Push Zimbra Backend (Push Email, Contacts, Appointments & Tasks)

Post by powrrrplay »

Installed

- Zimbra 6.06

- z-push 1.3 - released April 22, 2010

- zimbrabackend revision 28
changed config.php as follows

// The data providers that we are using (see configuration below)

// Change this line $BACKEND_PROVIDER = "BackendICS";

$BACKEND_PROVIDER = "BackendZimbra";
// ************************

// BackendICS settings

// ************************

// Insert for zimbra backend

define('ZIMBRA_URL', 'http://sync.XXXXXXXX.com');

define('ZIMBRA_SYNC_CONTACT_PICTURES', true);

define('ZIMBRA_VIRTUAL_CONTACTS',true);

define('ZIMBRA_VIRTUAL_APPOINTMENTS',true);

define('ZIMBRA_VIRTUAL_TASKS',true);

define('ZIMBRA_IGNORE_EMAILED_CONTACTS',true);

define('ZIMBRA_HTML',false);
Log-in via Firefox

- GET not supported

- This is the z-push location and can only be accessed by Microsoft ActiveSync-capable devices.
OK
Palm Pre w/ webOS 1.4.1

- no mail sync

- no contact sync

- no calendar sync
Any ideas ?
andywhy
Posts: 22
Joined: Sat Sep 13, 2014 1:06 am

Z-Push Zimbra Backend (Push Email, Contacts, Appointments & Tasks)

Post by andywhy »

Are you sure your ZimbraURL is something like http://sync.XXXXX.com (this should not be the adress, your cellphone will point to, it has to be the adress you access your zimbra web frontend) my ZimbraURL is something like https://mail.XXXXXXX.de. Just in case your webserver and zimbra installation is on the same machine and you use your apache as a proxy for zimbra, the ZimbraURL has to be something like http://localhost:[Port of your zimbra webserver]
Hope this will fix it,

Andreas
powrrrplay
Advanced member
Advanced member
Posts: 120
Joined: Fri Sep 12, 2014 11:55 pm

Z-Push Zimbra Backend (Push Email, Contacts, Appointments & Tasks)

Post by powrrrplay »

[quote user="andywhy"]Are you sure your ZimbraURL is something like http://sync.XXXXX.com (this should not be the adress, your cellphone will point to, it has to be the adress you access your zimbra web frontend) my ZimbraURL is something like https://mail.XXXXXXX.de. Just in case your webserver and zimbra installation is on the same machine and you use your apache as a proxy for zimbra, the ZimbraURL has to be something like Zimbra offers Open Source email server software and shared calendar for Linux and the Mac.[Port of your zimbra webserver]
Hope this will fix it,

Andreas[/QUOTE]
You are correct. Thank you for the second set of eye's.
sync is my proxy

mail.XXXXXXXX.com is the url of the mail server
Thanks again.
powrrrplay
Advanced member
Advanced member
Posts: 120
Joined: Fri Sep 12, 2014 11:55 pm

Z-Push Zimbra Backend (Push Email, Contacts, Appointments & Tasks)

Post by powrrrplay »

[quote user="powrrrplay"]You are correct. Thank you for the second set of eye's.
sync is my proxy

mail.XXXXXXXX.com is the url of the mail server
Thanks again.[/QUOTE]
Well maybe not so fast. Does sync my email ;)

revision 28 is not syncing address book and not syncing calendar.
gnosbush
Posts: 36
Joined: Sat Sep 13, 2014 12:31 am

Z-Push Zimbra Backend (Push Email, Contacts, Appointments & Tasks)

Post by gnosbush »

[quote user="liverpoolfcfan"]I have just finished an implementation of the GetSearchResults function for the zimbra.php backend.
Please test, update, modify as required, and add to the the official build if you are happy with it. [/QUOTE]
Thank you! I have added it to revision 29.
gnosbush
Posts: 36
Joined: Sat Sep 13, 2014 12:31 am

Z-Push Zimbra Backend (Push Email, Contacts, Appointments & Tasks)

Post by gnosbush »

[quote user="clagir"]Hello everyone.
After 2 days debugging:

Line 1412 :

if($k == 'birthday' || $k = 'anniversary') {

Should be:

if($k == 'birthday' || $k == 'anniversary') {
With this typo, you cannot create contacts on client nor modify contact from client

(tested on 1.3)
Clagir[/QUOTE]
Thank you for letting me know. This is fixed in revision 29.
powrrrplay
Advanced member
Advanced member
Posts: 120
Joined: Fri Sep 12, 2014 11:55 pm

Z-Push Zimbra Backend (Push Email, Contacts, Appointments & Tasks)

Post by powrrrplay »

[quote user="gnosbush"]Thank you for letting me know. This is fixed in revision 29.[/QUOTE]
eMail syncs!
Any ideas on why my contacts and calendar will not sync w/ revision 29... 28, 27, 26 ... ?
Post Reply