ReturnOption.status constructor

ReturnOption.status([
  1. List<String>? parameters
])

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,
      );