# File lib/action_mailer/vendor/tmail/mailbox.rb, line 256 def each_new_port( mtime = nil ) close_check update @real.each_new_port(mtime) {|p| yield p } end