ReturnOption.status constructor
Returns given STATUS information of all matching mailbox names.
A number of parameters
must be provided for returning their status.
Implementation
ReturnOption.status([List<String>? parameters])
: this(
'STATUS',
parameters: parameters,
);