class Mail::Header

def has_date?

Returns true if the header has a Date defined (empty or not)
def has_date?
  fields.has_field? 'Date'
end