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