示例#1
0
	def __init__(self):

        State.__init__(self)

        self.totalIMAPSessions = 0

        self.activeIMAPSessions = 0
示例#2
0
 def buildServerStrings(self):

        """After the server details have been set up, this creates string
        versions of the details, for display in the Status panel."""

        self.serverPortString = str(self.imap_port)

        State.buildServerStrings(self)
示例#3
0
 def buildServerStrings(self):
     """After the server details have been set up, this creates string
     versions of the details, for display in the Status panel."""
     self.serverPortString = str(self.imap_port)
     # Also build proxy strings
     State.buildServerStrings(self)
示例#4
0
    def __init__(self):
        State.__init__(self)

        # Set up the extra statistics.
        self.totalIMAPSessions = 0
        self.activeIMAPSessions = 0
示例#5
0
    def __init__(self):
        State.__init__(self)

        # Set up the extra statistics.
        self.totalIMAPSessions = 0
        self.activeIMAPSessions = 0