# File lib/action_mailer/vendor/tmail/header.rb, line 731
    def []=( key, val )
      ensure_parsed
      (@params ||= {})[key] = val
    end