class MultiWrapper: (source)
Implements interfaces: twisted.mail.interfaces.IMessageSMTP
Method | __init__ |
|
Method | __str__ |
Build a string representation of this MultiWrapper instance. |
Method | connectionLost |
Inform the message receivers that the connection has been lost. |
Method | eomReceived |
Pass the end of message along to the message receivers. |
Method | lineReceived |
Pass a received line to the message receivers. |
Instance Variable | objs |
See __init__ . |
MultiWrapper
instance.Returns | |
bytes | A string containing a list of the message receivers. |
Returns | |
DeferredList whose successful results are bytes or None | A deferred list which triggers when all of the message receivers have finished handling their end of message. |