class imaplib.IMAP4_stream(command)
This is a subclass derived from IMAP4
that connects to the stdin/stdout
file descriptors created by passing command to subprocess.Popen()
.
class imaplib.IMAP4_stream(command)
This is a subclass derived from IMAP4
that connects to the stdin/stdout
file descriptors created by passing command to subprocess.Popen()
.
Please login to continue.