t.m.m.FileMessage : class documentation

Part of twisted.mail.mail View Source View In Hierarchy

Known subclasses: twisted.mail.maildir.MaildirMessage

Implements interfaces: twisted.mail.smtp.IMessage

A file we can write an email too.
Method __init__ Undocumented
Method lineReceived handle another line
Method eomReceived handle end of message
Method connectionLost handle message truncated
def __init__(self, fp, name, finalName): (source)
Undocumented
def lineReceived(self, line): (source)
handle another line
def eomReceived(self): (source)

handle end of message

return a deferred. The deferred should be called with either: callback(string) or errback(error)
def connectionLost(self): (source)

handle message truncated

semantics should be to discard the message
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:17:34.