fortiko

Results 33 comments of fortiko

I just changed config.php to read as follows, and still all backends (mail, contacts, calendars, reminders) are offered when I add the account on iOS 5.1.1, so there is clearly...

Latest trunk, based in 2.0final: I changed config.php to read as shown in the previous comment and still all backends (mail, contacts, calendars, reminders) are offered when I add the...

There seem to be 2 issues here: 1) Backends are offered, even though they are not configured in backend/combined/config.php, as shown below: in theory only mail should be offered, in...

I will investigate and report back, I think there is still some work going on at DAViCal related to this,

From the z-push 2.0 final changelog: - meeting organizer sees the status of attendees (accepted/declined/tentatively) on the phone

DAViCal sends an email to the invited users, and those in turn respond with an email to indicate their status. I enclose a "confirmation" message below with "PARTSTAT=ACCEPTED" See also...

A quick update: a second collection created manually in DAViCal perfectly propagates to the devices and can be used for scheduling and todos. Only the creation of collections on the...

See also my comment here, why we probably (for now) do not want more than one calendar (hint: it disables invites from the phone!): https://github.com/dupondje/PHP-Push-2/issues/43#issuecomment-12428719

The benefit of this is that email bounces (wrong destination, ...) return to the individual user, NOT to the normal PHP return path which is something generic like www-data@localhost or...

One other important thing: in theory, we can achieve the same with IMAPMAIL, with two additional lines. The current logic (simply appending "'Return-Path: [email protected]" to $headers does not work, because...