method
set_all_uids
v1_8_7_72 -
Show latest stable
- Class:
Net::POP3
set_all_uids(#:nodoc: internal use only (called from POPMail#uidl))public
No documentation available.
# File lib/net/pop.rb, line 685
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