vert-x3 / vertx-mail-client

Apache License 2.0
34 stars 33 forks source link

SMTPConnection clean up #178

Closed gaol closed 1 year ago

gaol commented 2 years ago

Code clean up

  private Handler<String> commandReplyHandler;
  private Handler<Throwable> errorHandler;

Overall any operation that has an Handler<T> should be Handler<AsyncResult<T>>