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