Package ZenEvents :: Module MailProcessor :: Class MailProcessor
[hide private]
[frames] | no frames]

Class MailProcessor

source code

      object --+    
               |    
MessageProcessor --+
                   |
                  MailProcessor

Extension point for messages received via SMTP. If you need to override the behavior of "process" you should do so by implementing it here.

Instance Methods [hide private]
 
__init__(self, zem) source code

Inherited from MessageProcessor: buildEventClassKey, enrich, process

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, zem)
(Constructor)

source code 
Overrides: MessageProcessor.__init__