# File lib/mail/message.rb, line 1164
    def body_encoding=(value)
        body.encoding = value
    end