Folder, which is used as the root of mail folders.
We need it to redefine the action categories and to provide
a special view when accessing it.
As well, the global security access is done at global level (Member role)
and on each mail folder we'll apply local roles
Imported modules
|
|
from AccessControl import ClassSecurityInfo
from Globals import InitializeClass
from Products.BTreeFolder2.CMFBTreeFolder import CMFBTreeFolder
from Products.CMFCore.CMFCorePermissions import View
from Products.CPSCore.CPSBase import CPSBaseFolder, CPSBase_adder
from types import StringType
from zLOG import LOG, DEBUG
|
Functions
|
|
addRootMailFolder
|
|
addRootMailFolder
|
addRootMailFolder (
container,
id,
REQUEST=None,
**kw,
)
Add a Root Mail Folder.
|
Classes
|
|
|
|