property Pipelined: boolean; default False;
Description
Determines whether command pipelining will be used.
When this property is True and the server supports this mode, the Command Pipelining extension will be used. By default the regular mode is used.
The Command Pipelining mode allows the SMTP client to transmit groups of SMTP commands in batches without waiting for a response to each individual command.
The default value is False.