vert-x3 / vertx-mail-client

Apache License 2.0
34 stars 33 forks source link

Replace callbacks with futures #210

Closed Ladicek closed 1 year ago

Ladicek commented 1 year ago

Motivation:

Even after the recent change (#207) to offer a future-based API, the mail client internals remained heavily callback-oriented, with some idiosyncratic quirks. This PR changes most of the implementation to be future-based, which allows a lot of code cleanup.

Ladicek commented 1 year ago

I take it @vietj has no objection :-)