Class
imaplib.IMAP4_stream

IMAP4 client class over a stream

Instantiate with: IMAP4_stream(command)

where "command" is a string that can be passed to os.popen2()

for more documentation see the docstring of the parent class IMAP4.

Base classes

Implemented Interfaces

There are no implemented interfaces.

Attributes/Properties

Methods

Known Subclasses

There are no known subclasses.