5bc60f5bf7
When connecting to an SMTP server after `HELO` and auth complete there can be additional data sent from the client that sits in the socket queue. Adding a `get_once` after connection has settled ensure any pending for extension responses are cleared.