Home | Trees | Index | Help |
---|
Package twisted :: Package mail :: Module protocols :: Class VirtualPOP3 |
|
BaseProtocol
--+ |Protocol
--+ |LineReceiver
--+ |POP3
--+ | VirtualPOP3
Method Summary | |
---|---|
Stub for APOP authentication. | |
Stub for USER/PASS authentication. | |
(Deprecated) (inherited from Protocol )
| |
Called when the connection is shut down. (inherited from Protocol )
| |
Called when a connection is made. (inherited from POP3 )
| |
Protocol.dataReceived. (inherited from LineReceiver )
| |
do_APOP(self,
user,
digest)
(inherited from POP3 )
| |
do_DELE(self,
i)
(inherited from POP3 )
| |
Respond with the highest message access thus far (inherited from POP3 )
| |
do_LIST(self,
i)
(inherited from POP3 )
| |
Perform no operation. (inherited from POP3 )
| |
do_PASS(self,
password)
(inherited from POP3 )
| |
do_QUIT(self)
(inherited from POP3 )
| |
do_RETR(self,
i)
(inherited from POP3 )
| |
do_RPOP(self,
user)
(inherited from POP3 )
| |
Unset all deleted message flags (inherited from POP3 )
| |
do_STAT(self)
(inherited from POP3 )
| |
do_TOP(self,
i,
size)
(inherited from POP3 )
| |
do_UIDL(self,
i)
(inherited from POP3 )
| |
do_USER(self,
user)
(inherited from POP3 )
| |
failResponse(self,
message)
(inherited from POP3 )
| |
getMessageFile(self,
i)
(inherited from POP3 )
| |
Called when the maximum line length has been reached. (inherited from LineReceiver )
| |
Override this for when each line is received. (inherited from POP3 )
| |
lookupDomain(self,
user,
digest)
| |
processCommand(self,
command,
*args)
(inherited from POP3 )
| |
Override this for when raw data is received. (inherited from LineReceiver )
| |
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 )
| |
successResponse(self,
message)
(inherited from POP3 )
|
Class Variable Summary | |
---|---|
str |
domainSpecifier
|
Method Details |
---|
authenticateUserAPOP(self, user, digest)Stub for APOP authentication. Override this to perform some useful operation
|
authenticateUserPASS(self, user, password)Stub for USER/PASS authentication. Override this to perform some useful operation
|
Class Variable Details |
---|
domainSpecifier
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Thu May 8 13:16:32 2003 | http://epydoc.sf.net |