| Method Summary |
Deferred
|
authenticateUserAPOP(self,
user,
digest)
Perform authentication of an APOP login. |
Deferred
|
authenticateUserPASS(self,
user,
password)
Perform authentication of a username/password login. |
| |
clearLineBuffer(self)
Clear buffered data. (inherited from LineReceiver)
|
| |
connectionFailed(self)
(Deprecated) (inherited from Protocol)
|
| |
connectionLost(self,
reason)
Called when the connection is shut down. (inherited from Protocol)
|
| |
connectionMade(self)
Called when a connection is made. |
| |
dataReceived(self,
data)
Protocol.dataReceived. (inherited from LineReceiver)
|
| |
do_APOP(self,
user,
digest)
|
| |
do_DELE(self,
i)
|
| |
do_LAST(self)
Respond with the highest message access thus far |
| |
do_LIST(self,
i)
|
| |
do_NOOP(self)
Perform no operation. |
| |
do_PASS(self,
password)
|
| |
do_QUIT(self)
|
| |
do_RETR(self,
i)
|
| |
do_RPOP(self,
user)
|
| |
do_RSET(self)
Unset all deleted message flags |
| |
do_STAT(self)
|
| |
do_TOP(self,
i,
size)
|
| |
do_UIDL(self,
i)
|
| |
do_USER(self,
user)
|
| |
failResponse(self,
message)
|
| |
finishedFileTransfer(self,
lastsent)
|
| |
getMessageFile(self,
i)
|
| |
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. |
| |
makeConnection(self,
transport)
Make a connection to a transport and a server. (inherited from BaseProtocol)
|
| |
processCommand(self,
command,
*args)
|
| |
rawDataReceived(self,
data)
Override this for when raw data is received. (inherited from LineReceiver)
|
| |
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)
|
| |
successResponse(self,
message)
|
| |
transformChunk(self,
chunk)
|
| |
_cbMailbox(self,
ial,
user)
|
| |
_ebMailbox(self,
failure)
|
| |
_ebUnexpected(self,
failure)
|