Part of twisted.mail.alias View Source View In Hierarchy
Implements interfaces: twisted.mail.alias.IAlias
Instance Variable | reactor | An IReactorProcess and IReactorTime provider
which will be used to create and timeout the alias child process. |
Method | __init__ | Undocumented |
Method | __str__ | Build a string representation containing the path. |
Method | spawnProcess | Wrapper around reactor.spawnProcess , to be customized for
tests purpose. |
Method | createMessageReceiver | Create a message receiver by launching a process. |
Inherited from AliasBase:
Method | domain | Undocumented |
Method | resolve | Undocumented |
IReactorProcess
and IReactorTime
provider
which will be used to create and timeout the alias child process.
reactor.spawnProcess
, to be customized for
tests purpose.