コード例 #1
0
  @Override
  public void startStream() {

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