Subj : exec/load/mailproc_util.js To : Git commit to main/sbbs/master From : Rob Swindell Date : Sun Jan 24 2021 09:43 pm https://gitlab.synchro.net/main/sbbs/-/commit/fa49a55d7d8a38e7b75cb369 Modified Files: exec/load/mailproc_util.js Log Message: Support base64-decoding in get_msg_body() The mail server no longer decodes base64-encoded messages itself (i.e. due to support of single-part MIME binary file attachments). So detect a base64-encoded message body and decode it for external mail processors here. .