# File lib/mail/message.rb, line 1421 def charset if @header content_type ? content_type_parameters['charset'] : @charset else @charset end end