# File lib/action_mailer/vendor/tmail/mailbox.rb, line 357
    def reverse_each_port
      mail_files(@cur).reverse_each do |path|
        yield PORT_CLASS.new(path)
      end
    end