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