This is the root mailfolder.
All the mail folders of the portal are stored in here.
Methods
|
|
__init__
doDeleteMailFolders
getMailFolderIdentifier
|
|
__init__
|
__init__ (
self,
id,
**kw,
)
Constructor
|
|
doDeleteMailFolders
|
doDeleteMailFolders (
self,
ids=[],
REQUEST=None,
)
Delete folder mailfolders given their ids
Manager + pilote level 1 or allowed to do that. FIXME more security
|
|
getMailFolderIdentifier
|
getMailFolderIdentifier ( self )
Returns the last part of the mailfolder identifier
The format of mailfolder identifier is as stated below :
DGCL-YYYY-XXXXXX
This is the XXXXXX part that we gonna return. It's incremented by one
each time we create a mailfolder.
|
|