class documentation

Mixin for SynchronousTestCase subclasses which provides a setUp method which creates an IMAP4Client connected to a StringTransport and puts it into the authenticated state.

Method setUp Create an IMAP4Client connected to a fake transport and in the authenticated state.
Instance Variable client An IMAP4Client which is connected to transport.
Instance Variable transport A StringTransport to which client is connected.
def setUp(self): (source)

Create an IMAP4Client connected to a fake transport and in the authenticated state.

An IMAP4Client which is connected to transport.

transport = (source)

A StringTransport to which client is connected.