Home | Trees | Indices | Help |
|
---|
|
object --+ | Transport
Message delivery subsystem API.
A Transport can deliver messages towards their recipients with a specific method, e.g. SMTP. They don't care about delivery strategies like queing or batch submission.
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Returns the value for the given key from the configuration. If the value was not found, this method looks if old configuration option (specified in tm2_key) is used. If tm2_key was ommitted, it tries to calculate the old key from the new one by cutting out the 'smtp.' in the middle. If an old configuration key is used, a DeprecationWarning is issued. As a final fallback, the default value (default None) is returned. |
Called by the manager before the transport instance is destroyed. The transport can do some final cleanups (like releasing external resources) here. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri May 28 17:01:39 2010 | http://epydoc.sourceforge.net |