# File lib/mail/header.rb, line 213
    def has_content_id?
      !fields.select { |f| f.responsible_for?('Content-ID') }.empty?
    end