ReturnOption.status constructor

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

Returns given STATUS informations of all matching mailbox names. A number of attributes must be provided for returning their status.

Implementation

ReturnOption.status([List<String>? parameters]) : this('STATUS', parameters);