method
getok
v1_8_7_72 -
Show latest stable
- Class:
Net::POP3Command
getok(fmt, *fargs)private
No documentation available.
# File lib/net/pop.rb, line 963
def getok(fmt, *fargs)
@socket.writeline sprintf(fmt, *fargs)
check_response(recv_response())
end