Class | TMail::UNIXMbox |
In: |
lib/action_mailer/vendor/tmail/mailbox.rb
lib/action_mailer/vendor/tmail/obsolete.rb |
Parent: | Object |
new | -> | newobj |
old #each_mail returns Port
def each_mail( &block )
each_port do |port| yield Mail.new(port) end
end