class Net::POP3Command

def check_response_auth(res)

def check_response_auth(res)
  raise POPAuthenticationError, res unless /\A\+OK/i =~ res
  res
end