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