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