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