class Net::POP3Command

def rset

def rset
  check_response(critical { get_response('RSET') })
end