t.m.tap : module documentation

Part of twisted.mail View Source

I am the support module for creating mail servers with twistd
Class Options No class docstring; 9/11 methods documented
Class AliasUpdater Undocumented
Function makeService Construct a service for operating a mail server.
Function _toEndpoint Tries to guess whether a description is a bare TCP port or a endpoint. If a bare port is specified and a certificate file is present, returns an SSL4ServerEndpoint and otherwise returns a TCP4ServerEndpoint.
def _toEndpoint(description, certificate=None): (source)
Tries to guess whether a description is a bare TCP port or a endpoint. If a bare port is specified and a certificate file is present, returns an SSL4ServerEndpoint and otherwise returns a TCP4ServerEndpoint.
def makeService(config): (source)
Construct a service for operating a mail server.

The returned service may include POP3 servers or SMTP servers (or both), depending on the configuration passed in. If there are multiple servers, they will share all of their non-network state (eg, the same user accounts are available on all of them).

ParametersconfigAn Options instance specifying what servers to include in the returned service and where they should keep mail data.
ReturnsAn IService provider which contains the requested mail servers.
API Documentation for Twisted, generated by pydoctor at 2013-11-08 22:07:30.