status method

Future<PopStatus> status()

Checks the status ie the total number of messages and their size

Implementation

Future<PopStatus> status() {
  return sendCommand(PopStatusCommand());
}