method

retr

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

No documentation available.

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