• exec/load/mailproc_util.js

    From Rob Swindell to Git commit to main/sbbs/master on Sunday, January 24, 2021 21:43:58
    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.