[Kolab-devel] [issue4803] Z-push: fails when used to with the Toltec connector
Chris Hastie
issues at kolab.org
Wed Dec 7 17:23:41 CET 2011
Z-push fails to sync any entries created by the Toltec connector because Toltec
does not set an attachments disposition. The z-push kolab backend tests for this
and ignores messages parts that don't have it:
if(isset($part->disposition) && ($part->disposition == "attachment" ||
$part->disposition == "inline"))
in BackendKolab::KolabReadTask, BackendKolab::KolabReadEvent and
BackendKolab::KolabReadContact.
replacing this test with
if(isset($part->headers))
at each place it occurs solves this issue.
This issues was originally reported here:
http://comments.gmane.org/gmane.comp.kde.kolab.user/12268
along with another issue with writing events generated on the PIM.
----------
messages: 28377
nosy: tipichris
priority: bug
status: unread
title: Z-push: fails when used to with the Toltec connector
______________________________________
Kolab issue tracker <issues at kolab.org>
<https://roundup.kolab.org/issue4803>
______________________________________
More information about the devel
mailing list