|
|
__init__(self,
maildir,
prefix=None,
category='',
repository='',
urlmaker=None,
properties={})
If urlmaker is defined, it will be called with three arguments:
filename, previous version, new version. |
source code
|
|
|
Inherited from MaildirSource:
describe,
messageReceived,
parse_file
Inherited from maildir.MaildirService:
dnotify_callback,
poll,
setBasedir,
startService,
stopService
Inherited from twisted.application.service.MultiService:
__iter__,
addService,
getServiceNamed,
privilegedStartService,
removeService
Inherited from twisted.application.service.Service:
__getstate__,
__providedBy__,
disownServiceParent,
setName,
setServiceParent
Inherited from util.ComparableMixin:
__cmp__,
__hash__
|