# File /home/matt/rubymail/mail/header.rb, line 312
    def to_a
      @fields.collect { |field|
        [ field.name, field.value ]
      }
    end