fortiko
fortiko
Hello! I got the first bits and pieces of a BackendNotes working, based heavily in the IMAP code: since Mail.app (and perhaps other applications?) seem to be using a special...
Just for the record, I sent myself a "share" email on iOS 8.2, and received the following preview in my Inbox (up-to-date git commit c7a73b39dea4cdf78c5ba94364851af6d3120ba0):  the email only contains...
why does z-push "offer" Mail (on by default), Contacts (off by default), Calendars (on by default) and Reminders (on by default) even when I have caldav and imap backends disabled...
The current logic in backend/imap.php does not guarantee that Return-Path (Envelope From) is always set to the user's valid email address. Android devices can freely set the "From:" field (iOS...
In iOS 6, the user can create new calendars and todo lists in the respective applications. However, doing so via PHP-Push-2 does: a) _NOT_ result in a new "collection" on...
There is a small mixup in code for parsing the meeting status values in caldav.php. Here is the corrected version: ``` php // SYNC_POOMCAL_MEETINGSTATUS // Meetingstatus values // 0 =...
Returning a AS version >2.5 (such as 14 for instance) for the IMAP backend automatically enables HTML email with the latest code: ``` php + /** + * Indicates which...
Below I include the patch to update ldap.php to sync all (iOS) relevant fields from the LDAP schemata - Person - organizationalPerson - inetOrgPerson Adding this to ldap.php fills up...
iOS 5 has the capability to view your reply status to invitations you’ve received. Would be nice ;-)
iOS 5 has the capability to view the status of replies to your invitations. Would be nice to use that :-)