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