Declared in module POP3
POP3.POP3Proxy
Proxy.Proxy
class POP3Proxy(Proxy): def POP3.POP3Proxy.__init__(self, session) # Inherited from Zorp.ZorpProxy def Zorp.ZorpProxy.__init__(self, name, session_id, client_stream) # Initialize a low level proxy instance. # Inherited from Proxy.Proxy def Proxy.Proxy.__init__(self, name, session) # Initializes a Proxy instance. def Proxy.Proxy.addPolicy(self, klass) # Adds a policy to the proxy. def Proxy.Proxy.connectServer(self, host, port) # Callback method called when a connection established
Wrapper class for the core pop3 proxy
None
Constructor Arguments: session session data Workings: calls the low-level constructor Return value: -