| 
       
     | 
      
        
          __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:
      __provides__,
      describe,
      messageReceived,
      parse_file
       
    Inherited from util.maildir.MaildirService:
      dnotify_callback,
      moveToCurDir,
      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__
       
     |