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