Flowdock
set_all_uids(#:nodoc: internal use only (called from POPMail#uidl)) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/net/pop.rb, line 570
    def set_all_uids   #:nodoc: internal use only (called from POPMail#uidl)
      command().uidl.each do |num, uid|
        @mails.find {|m| m.number == num }.uid = uid
      end
    end
Register or log in to add new notes.