sendmail :: Mail :: encrypt_with_base64=
This will also set the header Content-Transfer-Encoding
to base64.
By default, the encoding is 8bit.
# Should the content of this email be encrypted using base64?
#
# This will also set the header `Content-Transfer-Encoding` to base64.
# By default, the encoding is 8bit.
var encrypt_with_base64 = false
lib/sendmail/sendmail.nit:58,2--62,32