method
retr
v1_9_3_392 -
Show latest stable
- Class:
Net::POP3Command
retr(num, &block)public
No documentation available.
# File lib/net/pop.rb, line 951
def retr(num, &block)
critical {
getok('RETR %d', num)
@socket.each_message_chunk(&block)
}
end