class Net::POP3Command

def getok(fmt, *fargs)

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