@Override
  public void startStream() {

    task = executor.submit(new GMailImapProviderTask(this));
  }