# File lib/mail/header.rb, line 171
    def charset=(val)
      if self[:content_type]
        self[:content_type].parameters[:charset] = val
      end
      @charset = val
    end