| Method Summary |
| |
__init__(self)
|
| |
clearLineBuffer(self)
Clear buffered data. (inherited from LineReceiver)
|
| |
connectionFailed(self)
(Deprecated) (inherited from Protocol)
|
| |
connectionLost(self,
reason)
Called when the connection is shut down. |
| |
connectionMade(self)
Called when a connection is made. |
| |
dataLineReceived(self,
line)
|
| |
dataReceived(self,
data)
Protocol.dataReceived. (inherited from LineReceiver)
|
| |
do_DATA(self,
rest)
|
| |
do_HELO(self,
rest)
|
| |
do_MAIL(self,
rest)
|
| |
do_QUIT(self,
rest)
|
| |
do_RCPT(self,
rest)
|
| |
do_RSET(self,
rest)
|
| |
do_UNKNOWN(self,
rest)
|
| |
lineLengthExceeded(self,
line)
Called when the maximum line length has been reached. |
| |
lineReceived(self,
line)
Override this for when each line is received. |
| |
lookupMethod(self,
command)
|
| |
makeConnection(self,
transport)
Make a connection to a transport and a server. (inherited from BaseProtocol)
|
| |
rawDataReceived(self,
data)
Throw away rest of long line |
| |
receivedHeader(self,
helo,
origin,
recipents)
|
| |
sendCode(self,
code,
message)
Send an SMTP code with a message. |
| |
sendLine(self,
line)
Sends a line to the other end of the connection. (inherited from LineReceiver)
|
| |
setLineMode(self,
extra)
Sets the line-mode of this receiver. (inherited from LineReceiver)
|
| |
setRawMode(self)
Sets the raw mode of this receiver. (inherited from LineReceiver)
|
| |
startMessage(self,
recipients)
|
| |
state_COMMAND(self,
line)
|
| |
state_DATA(self,
line)
|
| |
timedout(self)
|
| |
validateFrom(self,
helo,
origin)
|
| |
validateTo(self,
user)
|
| |
_cbFromValidate(self,
from_,
code,
msg)
|
| |
_cbToValidate(self,
to,
code,
msg)
|
| |
_ebValidate(self,
failure)
|
| |
_fromInvalid(self,
from_,
code,
msg)
For compatibility |
| |
_messageHandled(self,
_)
|
| |
_messageNotHandled(self,
failure)
|
| |
_toInvalid(self,
to,
code,
msg)
For compatibility |