method
set_all_uids
v1_8_7_330 -
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)
uidl = command().uidl
@mails.each {|m| m.uid = uidl[m.number] }
end