# File lib/mail/message.rb, line 1358
    def content_type_parameters
      has_content_type? ? header[:content_type].parameters : nil
    end