class Mail::Part

def has_content_id?

not have a value, but the field exists or not.
Returns true if the part has a content ID field, the field may or may
def has_content_id?
  header.has_content_id?
end