Home | Trees | Indices | Help |
|
---|
|
object --+ | MboxConfig
Class representing mbox configuration.
Mbox configuration is used for backing up mbox email files.
The following restrictions exist on data in this class:mboxFiles
list must be a list of
MboxFile
objects
mboxDirs
list must be a list of
MboxDir
objects
For the mboxFiles
and mboxDirs
lists,
validation is accomplished through the util.ObjectTypeList list implementation that overrides
common list methods and transparently ensures that each element is of the
proper type.
Note: Lists within this class are "unordered" for equality comparisons.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
collectMode Default collect mode. |
|||
compressMode Default compress mode. |
|||
mboxFiles List of mbox files to back up. |
|||
mboxDirs List of mbox directories to back up. |
|||
Inherited from |
|
MboxConfig class.
|
|
|
|
None , the mode must be one of the values in
VALID_COLLECT_MODES.
|
None , the mode must be one of the values in
VALID_COMPRESS_MODES.
|
None or each element must be an
MboxFile .
|
None or each element must be an MboxDir .
|
|
collectModeDefault collect mode.
|
compressModeDefault compress mode.
|
mboxFilesList of mbox files to back up.
|
mboxDirsList of mbox directories to back up.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Wed Sep 19 22:08:46 2007 | http://epydoc.sourceforge.net |