mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-11 13:29:49 +00:00
3eb6fa4048
Monotone-Revision: 4e29c9141c3baa1b13e856cae96ad405650bbc7a Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-12-15T15:15:26 Monotone-Branch: ca.inverse.sogo
40 lines
876 B
Plaintext
40 lines
876 B
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";
|
|
};
|
|
|
|
SOGoContactLDAPFolder = {
|
|
superclass = "SOGoFolder";
|
|
};
|
|
|
|
SOGoContactLDAPEntry = {
|
|
superclass = "SOGoContentObject";
|
|
};
|
|
};
|
|
}
|