twisted.mail.interfaces.IMessageSMTP(Interface)
interface documentationtwisted.mail.interfaces
View Source
(View In Hierarchy)
Known implementations: twisted.mail.alias.FileWrapper, twisted.mail.alias.MessageWrapper, twisted.mail.alias.MultiWrapper, twisted.mail.mail.FileMessage
Interface definition for messages that can be sent via SMTP.
Method | lineReceived | Handle another line. |
Method | eomReceived | Handle end of message. |
Method | connectionLost | Handle message truncated. |