method

retr

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

No documentation available.

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