sogo: v2 dbfd86db

Author Committer Branch Timestamp Parent
Enrique J. Hernández Blasco Enrique J. Hernández Blasco v2 2015-12-22 18:27 v2 966d13c5
Changeset

oc: Set Editor as role is now possible in Outlook

According to [MS-OXCPERM] Section 2.2.7 in PidTagMemberRights possible
values, once we set the DeleteAny flag, the DeleteOwned flag must be set.
Likewise EditOwned must be set when EditAny is set. In this way,
the rights sent by the MAPI client are equal to the returned by the
server when Editor is set.

In real world practice, makes more strict Outlook 2013 work with editor permissions
the sharing of user's defined calendars, tasks or contacts folders as
the recipients can be editors of that folder.

mod - OpenChange/MAPIStoreCalendarFolder.m Diff File
mod - OpenChange/MAPIStoreContactsFolder.m Diff File
mod - OpenChange/MAPIStoreDBFolder.m Diff File
mod - OpenChange/MAPIStoreMailFolder.m Diff File
mod - OpenChange/MAPIStoreTasksFolder.m Diff File