# File lib/mail/header.rb, line 217
    def has_date?
      !fields.select { |f| f.responsible_for?('Date') }.empty?
    end