# File lib/mail/fields/content_type_field.rb, line 81
    def ContentTypeField.generate_boundary
      "--==_mimepart_#{Mail.random_tag}"
    end