# File lib/mail/message.rb, line 1508
    def boundary
      content_type_parameters ? content_type_parameters['boundary'] : nil
    end