class Net::POP3Command

def get_response(fmt, *fargs)

def get_response(fmt, *fargs)
  @socket.writeline sprintf(fmt, *fargs)
  recv_response()
end