Package trac :: Package notification :: Module mail :: Class FromAuthorEmailDecorator

Class FromAuthorEmailDecorator

source code

    object --+    
             |    
core.Component --+
                 |
                FromAuthorEmailDecorator

Implement a policy to use the author of the event as the sender in notification emails.

Controlled via the smtp_from_author option in the notification section of trac.ini.

Nested Classes

Inherited from core.Component: __metaclass__

Instance Methods
 
decorate_message(self, event, message, charset) source code

Inherited from core.Component: __repr__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods

Inherited from core.Component: implements

Properties

Inherited from object: __class__