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