module Net
class Net::APOP
class Net::POP3
class Net::POP3Command
class Net::POPAuthenticationError
class Net::POPBadResponse
class Net::POPError
class Net::POPMail
net-pop
0.1.2
# getok
def getok(fmt, *fargs) @socket.writeline sprintf(fmt, *fargs) check_response(recv_response()) end