# File lib/mail/header.rb, line 202
    def field_summary
      fields.map { |f| "<#{f.name}: #{f.value}>" }.join(", ")
    end