Package twisted :: Package test :: Module test_pop3 :: Class MyPOP3Downloader
[show private | hide private]
[frames | no frames]

Class MyPOP3Downloader

BaseProtocol --+            
               |            
        Protocol --+        
                   |        
        LineReceiver --+    
                       |    
              POP3Client --+
                           |
                          MyPOP3Downloader


Method Summary
  apop(self, user, digest)
(inherited from POP3Client)
  apopAuthenticate(self, user, password)
(inherited from POP3Client)
  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. (inherited from BaseProtocol)
  dataReceived(self, data)
Protocol.dataReceived. (inherited from LineReceiver)
  dele(self, i)
(inherited from POP3Client)
  handle_APOP(self, line)
  handle_default(self, line)
(inherited from POP3Client)
  handle_QUIT(self, line)
  handle_RETR_continue(self, line)
  handle_RETR_end(self)
  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. (inherited from POP3Client)
  list(self, i)
(inherited from POP3Client)
  makeConnection(self, transport)
Make a connection to a transport and a server. (inherited from BaseProtocol)
  pass_(self, pass_)
(inherited from POP3Client)
  quit(self)
(inherited from POP3Client)
  rawDataReceived(self, data)
Override this for when raw data is received. (inherited from LineReceiver)
  retr(self, i)
(inherited from POP3Client)
  sendLine(self, line)
Sends a line to the other end of the connection. (inherited from LineReceiver)
  sendLong(self, command, params)
(inherited from POP3Client)
  sendShort(self, command, params)
(inherited from POP3Client)
  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)
(inherited from POP3Client)
  user(self, name)
(inherited from POP3Client)
  _dispatch(self, command, default, *args)
(inherited from POP3Client)

Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:29:03 2003 http://epydoc.sf.net