# File lib/action_mailer/vendor/tmail/mail.rb, line 213
    def each_header_name( &block )
      @header.each_key(&block)
    end