method

retr

v1_8_7_72 - Show latest stable - Class: Net::POP3Command
retr(num, &block)
public

No documentation available.

# File lib/net/pop.rb, line 929
    def retr(num, &block)
      critical {
        getok('RETR %d', num)
        @socket.each_message_chunk(&block)
      }
    end