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