class Net::IMAP::SASL::AuthenticationIncomplete
ended authentication prematurely.
Indicates that authentication cannot proceed because one of the server’s
def initialize(response, message = "authentication ended prematurely")
def initialize(response, message = "authentication ended prematurely") super(message) @response = response end