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

    From rswindell@VERT to CVS commit on Tuesday, March 11, 2014 01:01:03
    src/sbbs3/ctrl MailCfgDlgUnit.cpp 1.26 1.27 MailCfgDlgUnit.dfm 1.30 1.31 MailCfgDlgUnit.h 1.19 1.20
    Update of /cvsroot/sbbs/src/sbbs3/ctrl
    In directory cvs:/tmp/cvs-serv26801

    Modified Files:
    MailCfgDlgUnit.cpp MailCfgDlgUnit.dfm MailCfgDlgUnit.h
    Log Message:
    Added missing configuration parameters:
    - Max Msgs Waiting per user (does not apply to W-exempt users)
    - Connect Timeout (for sendmail outbound connections)
    Allow these parameters to be set to 0 (N/A):
    - Max Recipients (0=unlimited)
    - Lines Per Yield (0=no yielding)


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Tuesday, October 20, 2020 22:12:42
    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 Sunday, January 24, 2021 14:19:43
    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