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