# File lib/mail/message.rb, line 1239 def body_encoding(value) if value.nil? body.encoding else body.encoding = value end end