# File rmail/header.rb, line 217
    def each_name
      @fields.each { |i|
        yield(i.name)
      }
    end