Method Summary |
|
apop(self,
user,
digest)
|
|
apopAuthenticate(self,
user,
password)
|
|
connectionFailed (self)
(Deprecated) (inherited from Protocol )
|
|
connectionLost (self,
reason)
Called when the connection is shut down. (inherited from Protocol )
|
|
dataReceived (self,
data)
Protocol.dataReceived. (inherited from LineReceiver )
|
|
dele(self,
i)
|
|
handle_default(self,
line)
|
|
handle_WELCOME(self,
line)
|
|
lineLengthExceeded (self,
line)
Called when the maximum line length has been reached. (inherited from LineReceiver )
|
|
lineReceived (self,
line)
Override this for when each line is received. |
|
list(self,
i)
|
|
pass_(self,
pass_)
|
|
quit(self)
|
|
rawDataReceived (self,
data)
Override this for when raw data is received. (inherited from LineReceiver )
|
|
retr(self,
i)
|
|
sendLine (self,
line)
Sends a line to the other end of the connection. (inherited from LineReceiver )
|
|
sendLong(self,
command,
params)
|
|
sendShort(self,
command,
params)
|
|
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 )
|
|
uidl(self,
i)
|
|
user(self,
name)
|