class documentation

Undocumented

Inherited from DummyProto:

Method connectionMade Undocumented
Method receivedHeader Undocumented
Method validateFrom Undocumented
Method validateTo Undocumented
Instance Variable delivery Undocumented
Instance Variable message Undocumented

Inherited from SMTP (via DummyProto):

Method __init__ Undocumented
Method connectionLost Called when the connection is shut down.
Method dataLineReceived Undocumented
Method do_DATA Undocumented
Method do_HELO Undocumented
Method do_MAIL Undocumented
Method do_QUIT Undocumented
Method do_RCPT Undocumented
Method do_RSET Undocumented
Method do_UNKNOWN Undocumented
Method greeting Undocumented
Method host.setter Undocumented
Method lineLengthExceeded Called when the maximum line length has been reached. Override if it needs to be dealt with in some special way.
Method lineReceived Override this for when each line is received.
Method lookupMethod No summary
Method sendCode Send an SMTP code with a message.
Method sendSyntaxError Undocumented
Method state_COMMAND Undocumented
Method timeoutConnection Called when the connection times out.
Class Variable mail_re Undocumented
Class Variable noisy Undocumented
Class Variable portal Undocumented
Class Variable qstring Undocumented
Class Variable rcpt_re Undocumented
Class Variable timeout Undocumented
Instance Variable challenger Undocumented
Instance Variable datafailed Undocumented
Instance Variable deliveryFactory Undocumented
Instance Variable mode Undocumented
Property host Undocumented
Method _cbAnonymousAuthentication Save the state resulting from a successful anonymous cred login.
Method _cbFromValidate Undocumented
Method _cbToValidate Undocumented
Method _disconnect Undocumented
Method _ebFromValidate Undocumented
Method _ebToValidate Undocumented
Method _messageHandled Undocumented
Instance Variable __inbody Undocumented
Instance Variable __inheader Undocumented
Instance Variable __messages Undocumented
Instance Variable _from Undocumented
Instance Variable _helo Undocumented
Instance Variable _host Undocumented
Instance Variable _onLogout Undocumented
Instance Variable _to Undocumented

Inherited from LineOnlyReceiver (via DummyProto, SMTP):

Method dataReceived Translates bytes into lines, and calls lineReceived.
Method sendLine Sends a line to the other end of the connection.
Constant MAX_LENGTH The maximum length of a line to allow (If a sent line is longer than this, the connection is dropped). Default is 16384.
Class Variable delimiter The line-ending delimiter to use. By default this is b'\r\n'.
Instance Variable _buffer Undocumented

Inherited from Protocol (via DummyProto, SMTP, LineOnlyReceiver):

Method logPrefix Return a prefix matching the class name, to identify log messages related to this protocol instance.
Class Variable factory Undocumented

Inherited from BaseProtocol (via DummyProto, SMTP, LineOnlyReceiver, Protocol):

Method makeConnection Make a connection to a transport and a server.
Instance Variable connected Undocumented
Instance Variable transport Undocumented

Inherited from TimeoutMixin (via DummyProto, SMTP, LineOnlyReceiver, Protocol, BaseProtocol):

Method callLater Wrapper around reactor.callLater for test purpose.
Method resetTimeout Reset the timeout count down.
Method setTimeout Change the timeout period
Instance Variable timeOut The number of seconds after which to timeout the connection.
Method __timedOut Undocumented
Instance Variable __timeoutCall Undocumented