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