method

set_all_uids

v1_9_1_378 - Show latest stable - Class: Net::POP3
set_all_uids()
public

No documentation available.

# File lib/net/pop.rb, line 685
    def set_all_uids   #:nodoc: internal use only (called from POPMail#uidl)
      uidl = command().uidl
      @mails.each {|m| m.uid = uidl[m.number] }
    end