class Mail::Message

def add_multipart_mixed_header

def add_multipart_mixed_header
  unless header['content-type']
    header['content-type'] = ContentTypeField.with_boundary('multipart/mixed').value
    body.boundary = boundary
  end
end