Searched refs:each_mail (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/ruby-106/ruby/lib/net/
H A Dpop.rb71 # pop.each_mail do |m| # or "pop.mails.each ..." # (2)
83 # 2. Access messages by using POP3#each_mail and/or POP3#mails.
100 # pop.each_mail do |m| # or "pop.mails.each ..."
111 # POP3#delete_all is an alternative for #each_mail and #delete.
247 # pop.each_mail do |m|
266 pop.each_mail(&block)
395 # pop.each_mail do |m|
664 def each_mail(&block) # :yield: message method in class:Net.POP3.command
668 alias each each_mail

Completed in 109 milliseconds