sogo/SoObjects/Contacts/product.plist
Wolfgang Sourdeau d87eeedd18 Monotone-Parent: a48e56be9dc4f4c17d6374ea074196e8073e8842
Monotone-Revision: 25927deff6f20855f706ef7448a2719227a7781c

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-12-20T16:43:03
Monotone-Branch: ca.inverse.sogo
2006-12-20 16:43:03 +00:00

46 lines
1.1 KiB
Plaintext

{
requires = ( MAIN );
publicResources = (
);
factories = {
};
classes = {
SOGoContactFolders = {
superclass = "SOGoObject";
defaultRoles = {
"Add Documents, Images, and Files" = ( "Owner", "Delegate" );
"View" = ( "Owner", "Delegate", "Assistant" );
"WebDAV Access" = ( "Owner", "Delegate", "Assistant" );
"Access Contents Information" = ( "Owner", "Assistant", "Delegate" );
"ReadAcls" = ( "Owner", "Delegate", "Assistant" );
"SaveAcls" = ( "Owner" );
};
};
SOGoContactGCSFolder = {
superclass = "SOGoFolder";
};
SOGoContactGCSEntry = {
superclass = "SOGoContentObject";
defaultRoles = {
"View" = ( "Owner", "Delegate", "Organizer", "Authenticated" );
};
};
SOGoContactLDAPFolder = {
superclass = "SOGoFolder";
};
SOGoContactLDAPEntry = {
superclass = "SOGoContentObject";
defaultRoles = {
"View" = ( "Owner", "Delegate", "Organizer", "Authenticated" );
};
};
};
}