# File lib/mail/header.rb, line 163
    def charset
      if self[:content_type] && self[:content_type].parameters
        self[:content_type].parameters[:charset]
      else
        @charset
      end
    end