class Mail::Message

def has_mime_version?

not have a value, but the field exists or not.
Returns true if the message has a Mime-Version field, the field may or may
def has_mime_version?
  header.has_mime_version?
end