• src/sbbs3/ctrl/MailCfgDlgUnit.cpp MailCfgDlgUnit.dfm MailCfgDlgUnit.h

    From Rob Swindell@VERT to Git commit to sbbs/master on Wed Oct 21 02:12:42 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/eac7a73476d24a8000052c93
    Modified Files:
    src/sbbs3/ctrl/MailCfgDlgUnit.cpp MailCfgDlgUnit.dfm MailCfgDlgUnit.h TelnetCfgDlgUnit.cpp
    Log Message:
    Add Max Concurrent Connections setting to mail config dialog

    Removed the yield line interval (this is a questionable setting anyway).

    Also, made the unlimited max-connections display as "N/A" (instead of
    "0") in the Terminal Server config dialog.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sun Jan 24 19:19:43 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/9c8d75889ab486e22ac5bb57
    Modified Files:
    src/sbbs3/ctrl/MailCfgDlgUnit.cpp MailCfgDlgUnit.dfm MailCfgDlgUnit.h src/sbbs3/mailsrvr.c mailsrvr.h mime.c mime.h sbbs_ini.c
    Log Message:
    Better charset handling of outbound mail

    The default character set for outbound mail is now auto-determined (when not explicitly specified for a message) between UTF-8, ASCII, and CP437. The [mail] DefaultCharset setting (which fell-back to iso-8859-1 if blank) is no longer "a thing".

    Also: specify 8-bit content-transfer-encoding for the (potentially UTF-8 or CP-437) plain text portion of a MIME-encoded message with file attachment (7-bit was wrong) and pass down the text sub-type (e.g. could be "html") for inclusion in the mime-part header (don't assume text/plain, but still use that as default).

    Also: log an error when failing to delete an attached file (e.g. from data/file/*.out).

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net