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