# File lib/action_mailer/vendor/tmail-1.2.3/tmail/mailbox.rb, line 89
    def reverse_each_port
      mail_files().reverse_each do |path|
        yield PORT_CLASS.new(path)
      end
      @last_atime = Time.now
    end