Package trac :: Package notification :: Module mail :: Class EmailDistributor

Class EmailDistributor

source code

    object --+    
             |    
core.Component --+
                 |
                EmailDistributor

Distributes notification events as emails.
Nested Classes

Inherited from core.Component: __metaclass__

Instance Methods
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
transports(self) source code
 
distribute(self, transport, recipients, event) source code

Inherited from core.Component: __repr__

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

Static Methods

Inherited from core.Component: implements

Class Variables
  resolvers = <OrderedExtensionsOption [notification] 'email_add...
  default_format = <Option [notification] 'default_format.email'>
Properties
  formatters
List of components that implement ~trac.notification.api.INotificationFormatter
  decorators
List of components that implement ~trac.notification.api.IEmailDecorator

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

source code 
x.__init__(...) initializes x; see help(type(x)) for signature
Overrides: object.__init__
(inherited documentation)

Class Variable Details

resolvers

Value:
<OrderedExtensionsOption [notification] 'email_address_resolvers'>

Property Details

formatters

List of components that implement ~trac.notification.api.INotificationFormatter
Get Method:
unreachable.extensions(component) - Return a list of components that declare to implement the extension point interface.

decorators

List of components that implement ~trac.notification.api.IEmailDecorator
Get Method:
unreachable.extensions(component) - Return a list of components that declare to implement the extension point interface.