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

    From Rob Swindell@1:103/705 to Git commit to sbbs/master on Tue Oct 20 22: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 dialogRemoved 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.
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Sun Jan 24 14: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 mailThe 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).
    --- SBBSecho 3.12-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)