Home | Trees | Index | Help |
---|
Package twisted :: Package protocols :: Module smtp :: Class ESMTP |
|
BaseProtocol
--+ |Protocol
--+ |LineReceiver
--+ |SMTP
--+ | ESMTP
Method Summary | |
---|---|
__init__(self)
| |
Clear buffered data. (inherited from LineReceiver )
| |
(Deprecated) (inherited from Protocol )
| |
Called when the connection is shut down. (inherited from SMTP )
| |
Called when a connection is made. (inherited from SMTP )
| |
dataLineReceived(self,
line)
(inherited from SMTP )
| |
Protocol.dataReceived. (inherited from LineReceiver )
| |
do_DATA(self,
rest)
(inherited from SMTP )
| |
do_EHLO(self,
rest)
| |
do_HELO(self,
rest)
(inherited from SMTP )
| |
do_MAIL(self,
rest)
(inherited from SMTP )
| |
do_QUIT(self,
rest)
(inherited from SMTP )
| |
do_RCPT(self,
rest)
(inherited from SMTP )
| |
do_RSET(self,
rest)
(inherited from SMTP )
| |
do_UNKNOWN(self,
rest)
(inherited from SMTP )
| |
ext_AUTH(self,
rest)
| |
Called when the maximum line length has been reached. (inherited from SMTP )
| |
Override this for when each line is received. (inherited from SMTP )
| |
lookupMethod(self,
command)
| |
Make a connection to a transport and a server. (inherited from BaseProtocol )
| |
Throw away rest of long line (inherited from SMTP )
| |
receivedHeader(self,
helo,
origin,
recipents)
(inherited from SMTP )
| |
registerChallenger(self,
chal)
| |
Send an SMTP code with a message. (inherited from SMTP )
| |
Sends a line to the other end of the connection. (inherited from LineReceiver )
| |
Sets the line-mode of this receiver. (inherited from LineReceiver )
| |
Sets the raw mode of this receiver. (inherited from LineReceiver )
| |
startMessage(self,
recipients)
(inherited from SMTP )
| |
state_AUTH(self,
rest)
| |
state_COMMAND(self,
line)
(inherited from SMTP )
| |
state_DATA(self,
line)
(inherited from SMTP )
| |
timedout(self)
(inherited from SMTP )
| |
validateFrom(self,
helo,
origin)
(inherited from SMTP )
| |
validateTo(self,
user)
(inherited from SMTP )
| |
_cbFromValidate(self,
from_,
code,
msg)
(inherited from SMTP )
| |
_cbToValidate(self,
to,
code,
msg)
(inherited from SMTP )
| |
_ebValidate(self,
failure)
(inherited from SMTP )
| |
For compatibility (inherited from SMTP )
| |
_messageHandled(self,
_)
(inherited from SMTP )
| |
_messageNotHandled(self,
failure)
(inherited from SMTP )
| |
For compatibility (inherited from SMTP )
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Fri Jun 27 03:48:38 2003 | http://epydoc.sf.net |