def __init__(self, host, port, timeout=None): self._timeout = timeout imaplib.IMAP4.__init__(self, host, port)