class Net::POP3

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

:nodoc: internal use only (called from POPMail#uidl)
def set_all_uids   #:nodoc: internal use only (called from POPMail#uidl)
  uidl = command().uidl
  @mails.each {|m| m.uid = uidl[m.number] }
end