]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/Mailer/product.plist
68c3260d9e77876c5026b9e65375a75a826535ed
[scalable-opengroupware.org] / SOGo / UI / Mailer / product.plist
1 {
2   requires = ( MAIN, CommonUI, Mailer );
3
4   publicResources = (
5   );
6
7   factories = {
8   };
9
10   categories = {
11     SOGoMailFolder = {
12       methods = {
13         view = {
14           protectedBy = "View";
15           pageName    = "UIxMailListView"; 
16         };
17         GET = { /* hack to make it work as the default method */
18           protectedBy = "View";
19           pageName    = "UIxMailListView"; 
20         };
21       };
22     };
23
24     SOGoMailObject = {
25       methods = {
26         view = { 
27           protectedBy = "View";
28           pageName    = "UIxMailView"; 
29         };
30         delete = { 
31           protectedBy = "View";
32           pageName    = "UIxMailView"; 
33           actionName  = "delete";
34         };
35         edit = { 
36           protectedBy = "View";
37           pageName    = "UIxMailEditor"; 
38         };
39         save = { 
40           protectedBy = "View";
41           pageName    = "UIxMailEditor"; 
42           actionName  = "save";
43         };
44       };
45     };
46   };
47 }