Table of contents Index

class POP3Proxy

Declared in module POP3

Inheritance hierarchy:

POP3.POP3Proxy
  Proxy.Proxy

Synopsis

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

Description

Wrapper class for the core pop3 proxy



POP3.POP3Proxy.__init__(self, session)

None

Constructor Arguments: session session data Workings: calls the low-level constructor Return value: -


Copyright © 2000 BalaBit IT Ltd.
Written by: Balázs Scheidler