class Net::SMTP::Response

def message

The first line of the human readable reply text
def message
  @string.lines.first
end