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