autobuild: Encode text/plain into base64 to wrap long-lines
authorSATOH Fumiyasu <fumiyas@osstech.co.jp>
Tue, 10 Nov 2020 08:15:42 +0000 (17:15 +0900)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 16 Nov 2020 22:43:34 +0000 (22:43 +0000)
commit6ac16232de7c577c081f15759cab65fdef06ba55
tree0fb6003bc3619bcef7b1ab9318dbcf928afdf75f
parent7bd040f60a070c037d2cbcebb01d5d9869475662
autobuild: Encode text/plain into base64 to wrap long-lines

MIMEText(text, 'plain', 'utf-8') encodes the text into
base64 and adds 'Content-Transfer-Encoding: base64' header.

Signed-off-by: SATOH Fumiyasu <fumiyas@osstech.co.jp>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: David Disseldorp <ddiss@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Mon Nov 16 22:43:35 UTC 2020 on sn-devel-184
script/autobuild.py